Re: plpgsql returning array

Поиск
Список
Период
Сортировка
От Marc McIntyre
Тема Re: plpgsql returning array
Дата
Msg-id 45376362.40804@squiz.net
обсуждение исходный текст
Ответ на Re: plpgsql returning array  ("Jim C. Nasby" <jim@nasby.net>)
Список pgsql-php
Jim C. Nasby wrote:
> Isn't there a way to return an array? SRFs are great, but not always the
> best tool.
>
>
There's no way to nicely map an array from a plpgsql SF to a php array.
(Ie. the driver won't do that for you, AFAIK)
I find that array returning functions are useful when calling from other
functions, and set returning functions
are great when you wish to get a result set back to php.

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: plpgsql returning array
Следующее
От: Dirk Becker
Дата:
Сообщение: cant conect to dynamic host-URL