Re: [HACKERS] SQL procedures

Поиск
Список
Период
Сортировка
От Daniel Verite
Тема Re: [HACKERS] SQL procedures
Дата
Msg-id 83b39249-a6f0-4bd8-9ba6-cbfadc32f810@manitou-mail.org
обсуждение исходный текст
Ответ на Re: [HACKERS] SQL procedures  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] SQL procedures
Список pgsql-hackers
    Tom Lane wrote:

> Do we really want the existence of a function foo(int) to mean
> that you can't create a SQL procedure named
> foo and taking one int argument?

Isn't it pretty much implied by the
ALTER | DROP ROUTINE foo(...)
commands where foo(...) may be either a procedure
or a function? It doesn't look like it could be both.


Best regards,
--
Daniel Vérité
PostgreSQL-powered mailer: http://www.manitou-mail.org
Twitter: @DanielVerite


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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: [HACKERS] Row Level Security Bug ?
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: [HACKERS] Assertion failure when the non-exclusive pg_stop_backup aborted.