Re: Suggestion on reorganizing functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Suggestion on reorganizing functions
Дата
Msg-id 20528.1092087296@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Suggestion on reorganizing functions  (David Fetter <david@fetter.org>)
Ответы Re: Suggestion on reorganizing functions  (David Fetter <david@fetter.org>)
Список 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 по дате отправления:

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Suggestion on reorganizing functions
Следующее
От: David Fetter
Дата:
Сообщение: Re: Suggestion on reorganizing functions