On Fri, Jan 07, 2005 at 12:20:13PM +0100, Tino Wildenhain wrote:
> Nevertheless you should be able to return 3 cursors you
> define in your stored function and use them afterwards.
A function can also return SETOF RECORD. However, a query calling
such a function would need to provide a column definition list, so
the query must know in advance what record type the function will
return.
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/