Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id F38BC655ADC for ; Mon, 17 May 2010 12:34:04 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 19633-06-4 for ; Mon, 17 May 2010 15:33:58 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-iw0-f174.google.com (mail-iw0-f174.google.com [209.85.214.174]) by mail.postgresql.org (Postfix) with ESMTP id 1DFD8655AB0 for ; Mon, 17 May 2010 12:33:58 -0300 (ADT) Received: by iwn6 with SMTP id 6so453263iwn.19 for ; Mon, 17 May 2010 08:33:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=YqqV4FHjgWxY4ohxB7A/XzuWveATCRes94a50dl7xY0=; b=Ws9H8ANEzl3hjOt0xbh2WERa6Ooe8Mihe8TiDlG/Npmsc5dOE+dm56qapUu+cuWY88 Qf3Pbc7O1NSN5ZlRmY0AtYKO5skR+R6xaLJ4vKV+TVul9mSmwp90hNJmalX7yLc3B2rC 6nS7wP0dw8tsNnimaA6MBQT9kiNvqVNbK41KY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=hPtv/peHYZt0e7pX4fvBN/J3DsjqDvvl5lEMOJeOfbLeV8qysjJ18FiFratICiJWzk c25998tB92yighRO9Ks7a3TAoO7j+w2xnTqBW0oxc1GQ+l9aXDAwNjOsWXImY4t2fLSm 2x0G7FeKQBNJ8NCK+00+E1VjUYFrV5XgD4q9I= MIME-Version: 1.0 Received: by 10.231.169.145 with SMTP id z17mr408408iby.3.1274110437289; Mon, 17 May 2010 08:33:57 -0700 (PDT) Received: by 10.231.11.11 with HTTP; Mon, 17 May 2010 08:33:57 -0700 (PDT) In-Reply-To: References: Date: Mon, 17 May 2010 11:33:57 -0400 Message-ID: Subject: Re: indexterm of pg_notify From: Robert Haas To: Fujii Masao Cc: pgsql-docs@postgresql.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.9 tagged_above=-5 required=5 tests=BAYES_00=-1.9 X-Spam-Level: X-Archive-Number: 201005/26 X-Sequence-Number: 5523 On Mon, May 17, 2010 at 8:49 AM, Fujii Masao wrote: > Hi, > > In the index of current document, "pg_notify" is tied to the > word "Notes". This is odd for me. > http://developer.postgresql.org/pgdocs/postgres/bookindex.html > > How about the patch to tie "pg_notify" to "NOTIFY"? 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. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise Postgres Company