Re: [HACKERS] Doccumentation Patch for Create Function

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Doccumentation Patch for Create Function
Дата
Msg-id 199909280432.AAA00946@candle.pha.pa.us
обсуждение исходный текст
Ответ на Doccumentation Patch for Create Function  (Bernard Frankpitt <frankpit@pop.dn.net>)
Список pgsql-hackers
Applied Docs too.


> Hi all,
> 
> Please find attached diffs to the documentation that are intended to
> accompany the CREATE FUNCTION patch that I submitted earlier.  I stuck
> with the syntax in the original patch rather than the alternative
> syntax suggested by Andreas. 
> 
> When I was altering the xfunc.sgml page I came across this:
> 
>       <title>Name Space Conflicts</title>
>   
>       <para>
>       As of <productname>Postgres</productname> v6.5,
>       <command>CREATE FUNCTION</command> can decouple a C language
>       function name from the name of the entry point. This is now the
>       preferred technique to accomplish function overloading.
>       </para>
> 
> which seems to suggest that someone had a similar idea in the past.  I
> could find no evidence of this functionality in the 6.5 code though
> 
> Bernard Frankpitt

[Attachment, skipping...]


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] TRUNCATE TABLE patch
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Patch for user-defined C-language functions