Re: multiple CREATE FUNCTION AS items for PLs

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: multiple CREATE FUNCTION AS items for PLs
Дата
Msg-id CA+TgmoYWZWAcP6d_8k6v_36-P2Q4AH1PMij-eRLMhCJOhDzY3w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: multiple CREATE FUNCTION AS items for PLs  (Hannu Krosing <hannu@krosing.net>)
Список pgsql-hackers
On Fri, Dec 28, 2012 at 7:09 AM, Hannu Krosing <hannu@krosing.net> wrote:
> thus
>
> CREATE FUNCTION foo(a int,b int, c text)
>
> would create module
>
> plpy.modules.foo_int4_int4_text

I don't know much of anything about Python, but keep in mind that
types can be renamed.  It seems like that could break things if the
type name is included in the module name.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Whats the correct way to change trigdata->tg_relation
Следующее
От: Robert Haas
Дата:
Сообщение: Re: proposal: ANSI SQL 2011 syntax for named parameters