Re: Why do OLD and NEW have special internal names?

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: <pgsql-hackers@postgreSQL.org>,"Tom Lane" <tgl@sss.pgh.pa.us>
Date: 2009-11-05T22:10:51Z
Lists: pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:
 
> been possible to use plpgsql variable names that conflict with
> core-parser reserved words, so long as you didn't need to use the
> reserved word with its special meaning.  That will stop working when
> this patch goes in.  Doesn't bother me any, but if anyone thinks
it's
> a serious problem, speak now.
 
As long as I can use anything I want when it's quoted, I don't care.
 
-Kevin