> Is it possible to return recordsets using pl/pgsql?> If so, how do I declare the return type in the declaration?AFAIK you can't. I suggest you using temporary tables instead.
Regards, Zoltan