Another TODO for PL/pgSQL -- Dynamic colums

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Another TODO for PL/pgSQL -- Dynamic colums
Date: 2003-07-18 16:48:36
Message-ID: 200307180948.36032.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Aubury 2003-07-18 17:00:30 CREATE TYPE
Previous Message Stephan Szabo 2003-07-18 16:19:16 Re: [HACKERS] plpgsql strangeness with select into <variable>