Feature Request - PL/PgSQL

From: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Feature Request - PL/PgSQL
Date: 2001-10-14 13:05:15
Message-ID: Pine.LNX.4.21.0110142249150.28196-100000@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Patrice Hédé 2001-10-14 14:59:41 Re: pg_client_encoding
Previous Message mlw 2001-10-14 12:51:18 Re: php-psql lock problem. Thanks!