Re: pgsql procedures??

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruno Wolff III <bruno(at)wolff(dot)to>
Cc: Maurício Paiva <mauricio(at)acesso-online(dot)com(dot)br>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgsql procedures??
Date: 2003-09-25 19:52:11
Message-ID: 28410.1064519531@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruno Wolff III <bruno(at)wolff(dot)to> writes:
> On Wed, Sep 24, 2003 at 20:21:20 -0300,
> Maurcio Paiva <mauricio(at)acesso-online(dot)com(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Huxton 2003-09-25 19:57:27 Re: [ADMIN] postgres 6.2 vacuum
Previous Message Merlin Moncure 2003-09-25 19:48:43 Re: [HACKERS] Threads vs Processes