Re: Stored procedures and out parameters

Поиск
Список
Период
Сортировка
От Vladimir Sitnikov
Тема Re: Stored procedures and out parameters
Дата
Msg-id CAB=Je-E1WKPuAgnEAWp3dy+bnMAqbbdC871twADpEWPRkBsc6Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Stored procedures and out parameters  (Shay Rojansky <roji@roji.org>)
Ответы Re: Stored procedures and out parameters
Список pgsql-hackers
Shay>On the other hand, releasing *without* this also has its consequence, namely setting in stone that the database-independent language API cannot be used for invoking the new stored procedures
Shay>So I hope you at least consider going through the thought process about allowing this.

+1

I wonder if "CALL ..." can be excluded from PostgreSQL 11 release.
It is really important feature for the release?

Vladimir

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

Предыдущее
От: Vladimir Sitnikov
Дата:
Сообщение: Re: Stored procedures and out parameters
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Memory leak with CALL to Procedure with COMMIT.