TODO item for plpgsql Was Re: obtuse plpgsql function needs

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: TODO item for plpgsql Was Re: obtuse plpgsql function needs
Date: 2003-07-23 20:13:48
Message-ID: 1058991228.22273.706.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, 2003-07-23 at 15:38, greg(at)turnstep(dot)com wrote:
> FOR myrec IN EXECUTE myinfo LOOP
> biglist := myrec.info;
> END LOOP;
>

One other thing, I hate when I have to do things like the above, can we
get a TODO like:

allow 'EXECUTE var INTO record' in plpgsql

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Frank Bax 2003-07-23 20:45:24 strange "order by" request
Previous Message Josh Berkus 2003-07-23 20:11:36 Re: obtuse plpgsql function needs