Re: Can PL/PGSQL function return multiple SETOFs

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: Can PL/PGSQL function return multiple SETOFs
Дата
Msg-id 162867790810202148h29e20c33n6ec8c34e086044f3@mail.gmail.com
обсуждение исходный текст
Ответ на Can PL/PGSQL function return multiple SETOFs  (<cyw@dls.net>)
Список pgsql-general
Hello

plpgsql should return only one set. You should to returns set of
cursors - that is real multisets.
http://www.postgresql.org/docs/8.3/interactive/plpgsql-cursors.html

regards
Pavel Stehule

2008/10/21  <cyw@dls.net>:
> Is something like this possible?
> CREATE testsetof( IN toad_id integer)   RETURNS SETOF road_table, SETOF int4
> AS $BODY$....
>
> If yes, is this the way to do 'RETURN NEXT'?
>   RETURN NEXT road_table_row, an_integer;
>
> Thanks
> CYW
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

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

Предыдущее
От: Guy Rouillier
Дата:
Сообщение: Re: Session variables (how do I pass session data to a function)
Следующее
От: tomas@tuxteam.de
Дата:
Сообщение: Re: [HACKERS] Debian no longer dumps cores?