Re: [HACKERS] Doccumentation Patch for Create Function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Doccumentation Patch for Create Function
Дата
Msg-id 8295.938892436@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Doccumentation Patch for Create Function  (Bernard Frankpitt <frankpit@pop.dn.net>)
Список pgsql-hackers
Bernard Frankpitt <frankpit@pop.dn.net> wrote (a couple weeks ago):
> 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

That's talking about builtin functions, ie functions implemented by
statically-linked routines in the standard backend.  The SQL name is
now distinct from the C-language name, but that wasn't true before 6.5.
I kind of thought you had seen this and realized it would be a good
idea to have the same functionality for dynamically linked routines.

If you came up with the idea independently, it must clearly be a good
thing ;-)
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] RI status report #1
Следующее
От: frankpit@pop.dn.net
Дата:
Сообщение: Re: [HACKERS] Doccumentation Patch for Create Function