Re: [HACKERS] Doc updates

Поиск
Список
Период
Сортировка
От Bernard Frankpitt
Тема Re: [HACKERS] Doc updates
Дата
Msg-id 38EFB0A3.C528697E@erols.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Doc updates  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-docs
Hi all,

This is documented in two places, both in the CREATE FUNCTION
documentation page of the user guide, and in the Developers guide
under the section on extending postgres by writing dynamically loaded
functions.  Is there a man page that needs updating too?

Maybe a topic index to the documentation would make it easier to find
all the documentation for a particular topic. Is it easy to do that in
sgml?

Bernie Frankpitt

Bruce Momjian wrote:

> > > Improve CREATE FUNCTION to allow type conversion specification
> > >         (Bernie Frankpitt)
> >
> > Huh?  I'm not sure what that is.
>
> OK.  Here is the info.  Not sure if it is in the man page or not.
> Attached is the CVS log, and the actual diff of gram.y for that patch.
>
> Seems the major change is:
>
> !                        RETURNS func_return opt_with AS Sconst LANGUAGE Sconst
>
> !                        RETURNS func_return opt_with AS func_as LANGUAGE Sconst
>                                                          ^^^^^^^
>
> --
>   Bruce Momjian                        |  http://www.op.net/~candle
>   pgman@candle.pha.pa.us               |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
>
>

В списке pgsql-docs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Doc updates
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Postgres vs. PostgreSQL