X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 92C7514B27FC for ; Mon, 9 Aug 2004 18:35:03 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 68618-08 for ; Mon, 9 Aug 2004 21:34:58 +0000 (GMT) Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by svr1.postgresql.org (Postfix) with ESMTP id 5C11214B27F6 for ; Mon, 9 Aug 2004 18:34:58 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.12.11/8.12.11) with ESMTP id i79LYuAm020529; Mon, 9 Aug 2004 17:34:57 -0400 (EDT) To: David Fetter Cc: Peter Eisentraut , Jeff , pgsql-docs@postgresql.org Subject: Re: Suggestion on reorganizing functions In-reply-to: <20040809212737.GA3515@fetter.org> References: <6B84FBA0-EA28-11D8-A672-000D9366F0C4@torgo.978.org> <19661.1092083983@sss.pgh.pa.us> <200408092320.33165.peter_e@gmx.net> <20040809212737.GA3515@fetter.org> Comments: In-reply-to David Fetter message dated "Mon, 09 Aug 2004 14:27:37 -0700" Date: Mon, 09 Aug 2004 17:34:56 -0400 Message-ID: <20528.1092087296@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200408/28 X-Sequence-Number: 2488 David Fetter writes: > On Mon, Aug 09, 2004 at 11:20:33PM +0200, Peter Eisentraut wrote: >> A function index would be quite unreliable ("It's not in the >> function index, so it's not supported."). Feel free to add general >> index entries for all functions, though. > Where? In func.sgml. For example, this section seems adequately well indexed: Sequence Manipulation Functions sequence nextval currval setval One thought though is that it's not clear when looking at the index that these entries are function names. Would it be useful to decorate them somehow, eg by adding "()" to the names or setting them in a fixed-width font? regards, tom lane