Re: Another TODO for PL/pgSQL -- Dynamic colums - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Another TODO for PL/pgSQL -- Dynamic colums
Date
Msg-id 200307220106.h6M16nT06935@candle.pha.pa.us
Whole thread Raw
In response to Another TODO for PL/pgSQL -- Dynamic colums  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
Added to TODO:
       o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)


---------------------------------------------------------------------------

Josh Berkus wrote:
> Developers,
> 
> While I realize that we already have a number of TODOs on the list for 
> PL/pgSQL which nobody is working on, I'd like to propose one more.  That way, 
> when someday somebody takes this on, they'll have a full list of feature 
> requests.
> 
> This one gets requested about once per month on the SQL list:
> 
> -- Allow naming of columns by ordinal position in PL/pgSQL, 
>     e.g. some_rec.(3) or NEW.(3)
> 
> -- 
> Josh Berkus
> Aglio Database Solutions
> San Francisco
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
> 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql-server/src/backend/commands comment.c
Next
From: Bruce Momjian
Date:
Subject: Re: SELECT FOR UPDATE NOWAIT