Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctional

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c29ae527e90d7704ec85f69a3fe67996e654a6bd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-11-05T16:58:36Z
Releases: 9.0.0
Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctional
behavior, and is so little used that no one has been interested in fixing it.
To ensure that possible uses are covered, remove the ALIAS declaration's
arbitrary restriction that only $n identifiers can be aliased.

(We could alternatively make RENAME act just like ALIAS, but per discussion
having two different ways to do the same thing is probably more confusing than
helpful.)

Files