Re: Proposal: OUT parameters for plpgsql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Proposal: OUT parameters for plpgsql
Дата
Msg-id 3894.1111456997@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Proposal: OUT parameters for plpgsql  (Gavin Sherry <swm@linuxworld.com.au>)
Список pgsql-hackers
Gavin Sherry <swm@linuxworld.com.au> writes:
> I think that not specifying OUT parameters when invoking a function is a
> little of confusing but it gives us a lot: its much easier to develop
> since we don't have to add a stack of infrastructure for host variables,
> for one.

Also, it doesn't stop us from adding that infrastructure later.  The
call syntax SELECT * FROM foo(...) will still do what it has been doing
for awhile, but you could imagine inventing other call syntaxes that
accommodate host variables more directly.
        regards, tom lane


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

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: Re: Proposal: OUT parameters for plpgsql
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: psql and pg_dump using obselete copy commands