Re: plpgsql returning array

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: plpgsql returning array
Дата
Msg-id 20061018224453.GF56874@nasby.net
обсуждение исходный текст
Ответ на Re: plpgsql returning array  (Marc McIntyre <mmcintyre@squiz.net>)
Ответы Re: plpgsql returning array
Список pgsql-php
On Sun, Oct 15, 2006 at 04:11:30PM +1000, Marc McIntyre wrote:
> You should use a set returning function. Your function can be rewritten
> as a set returning function like so:

Isn't there a way to return an array? SRFs are great, but not always the
best tool.

BTW, neither function should be marked as VOLATILE... they're actually
IMMUTABLE as written.
--
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)

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

Предыдущее
От: Jean-Christophe Roux
Дата:
Сообщение: Re: plpgsql returning array
Следующее
От: Marc McIntyre
Дата:
Сообщение: Re: plpgsql returning array