Re: Suggestion on reorganizing functions - Mailing list pgsql-docs

From Tom Lane
Subject Re: Suggestion on reorganizing functions
Date
Msg-id 20528.1092087296@sss.pgh.pa.us
Whole thread Raw
In response to Re: Suggestion on reorganizing functions  (David Fetter <david@fetter.org>)
Responses Re: Suggestion on reorganizing functions  (David Fetter <david@fetter.org>)
List pgsql-docs
David Fetter <david@fetter.org> 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:

 <sect1 id="functions-sequence">
  <title>Sequence Manipulation Functions</title>

  <indexterm>
   <primary>sequence</primary>
  </indexterm>
  <indexterm>
   <primary>nextval</primary>
  </indexterm>
  <indexterm>
   <primary>currval</primary>
  </indexterm>
  <indexterm>
   <primary>setval</primary>
  </indexterm>

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

pgsql-docs by date:

Previous
From: David Fetter
Date:
Subject: Re: Suggestion on reorganizing functions
Next
From: David Fetter
Date:
Subject: Re: Suggestion on reorganizing functions