Re: Feature Request - PL/PgSQL

From: Alex Pilosov <alex(at)pilosoft(dot)com>
To: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Feature Request - PL/PgSQL
Date: 2001-10-14 15:08:30
Message-ID: Pine.BSO.4.10.10110141107580.12397-100000@spider.pilosoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

You already can return a cursor.

Support for returning a record set is being worked on.

-alex
On Sun, 14 Oct 2001, Gavin Sherry wrote:

> Hi all,
>
> It would be very nice if PL/PgSQL could return a record set (ie, set of
> tuples). This could be done in two ways as far as I can imagine: either
> PL/PgSQL just returns the rows as a normal query would or it could return
> a cursor. The prior would be very useful, the latter easier to implement
> (especially if INOUT arguments get implemented =)).
>
> Currently, this seems to go against the grain of PL/PgSQL - am I missing
> something?
>
> Gavin
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2001-10-14 15:08:53 Re: New contrib/tsearch module for 7.2
Previous Message Patrice Hédé 2001-10-14 14:59:41 Re: pg_client_encoding