Re: [SQL] Variable column names in PL/pgSQL RECORD referencces

2005-11-25 Thread Tom Lane
"Ken Winter" <[EMAIL PROTECTED]> writes: > In PL/pgSQL, is there a way to put a *variable* column-name in a dot > notation reference to a RECORD column? No. Some of the other, less-strongly-typed PLs can do it. regards, tom lane ---(end of broadca

[SQL] Variable column names in PL/pgSQL RECORD referencces

2005-11-25 Thread Ken Winter
(Sorry for the redundancy – I sent this query earlier but forgot to put a title on it.  Seems like it would be more useful with a title, so here it is again.  If there’s a moderator who can delete my earlier message, please do so.)   In PL/pgSQL, is there a way to put a *variable* column-