Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id 57DE3643281 for ; Mon, 17 May 2010 12:38:43 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.243]) (amavisd-maia, port 10024) with ESMTP id 14249-07 for ; Mon, 17 May 2010 15:38:32 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by mail.postgresql.org (Postfix) with ESMTP id 3DBFA643933 for ; Mon, 17 May 2010 12:38:32 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.2/8.14.2) with ESMTP id o4HFcTZQ019570; Mon, 17 May 2010 11:38:29 -0400 (EDT) To: Robert Haas cc: Fujii Masao , pgsql-docs@postgresql.org Subject: Re: indexterm of pg_notify In-reply-to: References: Comments: In-reply-to Robert Haas message dated "Mon, 17 May 2010 11:33:57 -0400" Date: Mon, 17 May 2010 11:38:29 -0400 Message-ID: <19569.1274110709@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.91 tagged_above=-5 required=5 tests=BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201005/27 X-Sequence-Number: 5524 Robert Haas writes: > On Mon, May 17, 2010 at 8:49 AM, Fujii Masao wrote: >> In the index of current document, "pg_notify" is tied to the >> word "Notes". This is odd for me. > I think that's because the "Notes" section of that page is the only > place in the documentation that pg_notify() is mentioned... I agree > it looks a little weird, but it's nice that it jumps to the specific > section of the page that is relevant. Yeah, the link would be less useful if it just pointed to the whole page. It would be nice though if the index entry said something more specific than "Notes", perhaps "NOTIFY Notes". Is there a way to control the label used for an index link? regards, tom lane