Bruno Wolff III <bruno@wolff.to> writes:
> On Wed, Sep 24, 2003 at 20:21:20 -0300,
> Maur�cio Paiva <mauricio@acesso-online.com.br> wrote:
>> What we are trying to figure out is if postgresql supports
>> returning multiple result sets from a stored procedure (psql
>> function?)
> No, Postgres can't do that.
You might be able to fake it by returning multiple cursors, however.
regards, tom lane