Re: output parameters in functions?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: output parameters in functions?
Дата
Msg-id 200310101029.00874.josh@agliodbs.com
обсуждение исходный текст
Ответ на output parameters in functions?  (Aled Morris <aled@tesco.net>)
Список pgsql-novice
Aled,

> So, is it possible to define output parameters in functions?

No.   Nobody's opposed to this ... it would most likely be part of a CREATE
PROCEDURE implementation ... but nothing is built or even in process.

I'd suggest using 7.3's SET RETURNING FUNCTIONS to return multiple values.
Check out  http://techdocs.postgresql.org/guides/SetReturningFunctions

--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: "Derrick Betts"
Дата:
Сообщение: Foreign key error...
Следующее
От: Oliver Fromme
Дата:
Сообщение: Re: Foreign key error...