Re: Can PL/PGSQL function return multiple SETOFs - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Can PL/PGSQL function return multiple SETOFs
Date
Msg-id 162867790810202148h29e20c33n6ec8c34e086044f3@mail.gmail.com
Whole thread Raw
In response to Can PL/PGSQL function return multiple SETOFs  (<cyw@dls.net>)
List 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 by date:

Previous
From: Guy Rouillier
Date:
Subject: Re: Session variables (how do I pass session data to a function)
Next
From: tomas@tuxteam.de
Date:
Subject: Re: [HACKERS] Debian no longer dumps cores?