Re: [GENERAL] PL/pgsql return resultset/cursor?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Richard Emberson <emberson(at)phc(dot)net>, PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Re: [GENERAL] PL/pgsql return resultset/cursor?
Date: 2002-04-09 04:18:13
Message-ID: 200204090418.g394IDf18569@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Peter Eisentraut wrote:
> Bruce Momjian writes:
>
> > I have added an FAQ item and improved the documentation. Seems the
> > official current docs aren't being built regularly, (last April 3),
>
> Probably because the markup is temporarily broken.

Oh, is that why. I just fixed it.

> > so I pointed to my web copy in the FAQ:
> >
> > 4.25) How do I return multiple rows or columns from a function?
> >
> > You can return result sets from PL/pgSQL functions using refcursors. See
> > http://candle.pha.pa.us/main/writings/pgsql/sgml/plpgsql-cursors.html,
> > section 23.7.3.3.
>
> Please do not publish links to the development docs.

How do I get around that? I would have to duplicate the doc information
in the FAQ; seems ugly.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2002-04-09 04:18:42 Re: [GENERAL] PL/pgsql return resultset/cursor?
Previous Message Bruce Momjian 2002-04-09 03:34:15 Re: [GENERAL] PL/pgsql return resultset/cursor?