Re: PL/PgSQL "bare" function calls
От | Neil Conway |
---|---|
Тема | Re: PL/PgSQL "bare" function calls |
Дата | |
Msg-id | 1095306044.31833.34.camel@localhost.localdomain обсуждение исходный текст |
Ответ на | Re: PL/PgSQL "bare" function calls (Andrew Dunstan <andrew@dunslane.net>) |
Ответы |
Re: PL/PgSQL "bare" function calls
Re: PL/PgSQL "bare" function calls |
Список | pgsql-hackers |
On Thu, 2004-09-16 at 01:19, Andrew Dunstan wrote: > ISTM that this is being done at the wrong level anyway. I'd like to see > a facility available in our SQL, e.g. > > CALL foo(); > > with the restriction that foo() should be declared to return void. I think these are two distinct issues. The patch I sent along is intended to make it more natural to invoke functions (and eventually procedures) from PL/PgSQL, whereas adding support for CALL to SQL is part of proper support for stored procedures. Gavin and I are hoping to send a proposal for the latter to -hackers in a few days. -Neil
В списке pgsql-hackers по дате отправления: