TODO item for plpgsql Was Re: obtuse plpgsql function needs - Mailing list pgsql-sql

From Robert Treat
Subject TODO item for plpgsql Was Re: obtuse plpgsql function needs
Date
Msg-id 1058991228.22273.706.camel@camel
Whole thread Raw
In response to Re: obtuse plpgsql function needs  (greg@turnstep.com)
Responses Re: TODO item for plpgsql Was Re: obtuse plpgsql function needs  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-sql
On Wed, 2003-07-23 at 15:38, greg@turnstep.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



pgsql-sql by date:

Previous
From: Josh Berkus
Date:
Subject: Re: obtuse plpgsql function needs
Next
From: Frank Bax
Date:
Subject: strange "order by" request