Re: Shall we just get rid of plpgsql's RENAME?
Roberto Mello <roberto.mello@gmail.com>
From: Roberto Mello <roberto.mello@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2009-11-05T11:42:01Z
Lists: pgsql-hackers
On Wed, Nov 4, 2009 at 9:34 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > According to > http://developer.postgresql.org/pgdocs/postgres/plpgsql-declarations.html#PLPGSQL-DECLARATION-RENAMING-VARS > the RENAME declaration in plpgsql has been known broken since PG 7.3. > Nobody has bothered to fix it. Shall we just rip it out? +1 I can't remember any production code using it, and I think making it an alias for ALIAS will just create confusion IMHO. Roberto