On Thu, Sep 2, 2010 at 7:17 PM, Alvaro Herrera
<alvherre(at)commandprompt(dot)com> wrote:
> Excerpts from John Adams's message of jue sep 02 18:25:45 -0400 2010:
>> I noticed in postgres you cannot return multiple result sets from a stored
>> procedure (surprisingly as it looks like a very good dbms).
>
> If you're really intent about doing this, you can emulate it by
> returning a set of refcursors.
Also arrays can work pretty well, depending on how much data there is
and where it's going.
merlin
In response to
pgsql-hackers by date
| Next: | From: Martijn van Oosterhout | Date: 2010-09-03 19:30:42 |
| Subject: Re: Streaming a base backup from master |
| Previous: | From: Ron Mayer | Date: 2010-09-03 19:11:58 |
| Subject: Re: Interruptible sleeps (was Re: CommitFest 2009-07: Yay,
Kevin! Thanks, reviewers!) |