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 813AD14B2806 for ; Mon, 9 Aug 2004 18:20:34 -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 67643-01 for ; Mon, 9 Aug 2004 21:20:33 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by svr1.postgresql.org (Postfix) with SMTP id 7ADED14B2825 for ; Mon, 9 Aug 2004 18:20:31 -0300 (ADT) Received: (qmail 6115 invoked by uid 65534); 9 Aug 2004 21:20:33 -0000 Received: from dsl-082-082-233-057.arcor-ip.net (EHLO colt.pezone.net) (82.82.233.57) by mail.gmx.net (mp026) with SMTP; 09 Aug 2004 23:20:33 +0200 X-Authenticated: #495269 From: Peter Eisentraut To: Tom Lane , Jeff Subject: Re: Suggestion on reorganizing functions Date: Mon, 9 Aug 2004 23:20:33 +0200 User-Agent: KMail/1.5.1 Cc: pgsql-docs@postgresql.org References: <6B84FBA0-EA28-11D8-A672-000D9366F0C4@torgo.978.org> <19661.1092083983@sss.pgh.pa.us> In-Reply-To: <19661.1092083983@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408092320.33165.peter_e@gmx.net> 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/26 X-Sequence-Number: 2486 Tom Lane wrote: > I am not sure if DocBook could handle generating an index covering > just functions, or if we'd have to merge it with the general index. I think it's possible -- with a bit of programming work. I doubt, however, that it's going to be all that useful. We're already having trouble categorizing things like IS NULL (function?, operator?, special construct?). 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. -- Peter Eisentraut http://developer.postgresql.org/~petere/