Re: Proposal: OUT parameters for plpgsql

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Proposal: OUT parameters for plpgsql
Дата
Msg-id 423F76A7.9020608@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Proposal: OUT parameters for plpgsql  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Proposal: OUT parameters for plpgsql  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Proposal: OUT parameters for plpgsql  (Gavin Sherry <swm@linuxworld.com.au>)
Список pgsql-hackers
>>ANSI SQL allows at most one OUT parameter for a function (which can be
>>used instead of having the function return a value via the usual means).
> 
> OK, so that answers my question above: a single OUT parameter should be
> equated to an ordinary return value, not a RECORD, so as to emulate this
> aspect of the spec.

Shouldn't you have the spec in one hand while designing this feature? :D

Chris


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Proposal: OUT parameters for plpgsql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Proposal: OUT parameters for plpgsql