Josh,
> CREATE FUNCTION foo() RETURNS SET OF text,int4,float,timestamp AS ' '> language SQL;
You can effectively do this with the new INOUT syntax. Check it out in the 8.1devel docs.
-- Josh BerkusAglio Database SolutionsSan Francisco