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

Reply via email to