Re: Returning multiple values (but one row) in plpgsql

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Returning multiple values (but one row) in plpgsql
Дата
Msg-id 87wtz4w30i.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: Returning multiple values (but one row) in plpgsql  ("Karl O. Pinc" <kop@meme.com>)
Список pgsql-general
"Karl O. Pinc" <kop@meme.com> writes:

> Anybody got a better idea?

If they're all the same data type you could alternatively use an array. Which
is more convenient might depend on how much you want to throw around the
composite data type in intermediate code before peeking at the elements.

--
greg

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

Предыдущее
От: Andrew Rawnsley
Дата:
Сообщение: Re: FYI, Sybase performance study on Linux
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Salt in encrypted password in pg_shadow