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  (Greg Stark <gsstark@mit.edu>)
Re: PL/PgSQL "bare" function calls  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: PostgreSQL Core Committee Welcomes New Member
Следующее
От: Greg Stark
Дата:
Сообщение: Re: libpq and prepared statements progress for 8.0