Login Required. Sign up now -- its free!

Commit Details

Anon32

Repository :pserver:anoncvs:password@anoncvs.postgresql.org:/projects/cvsroot pgsql
by tgl on 2009-11-05 16:58 (about 1 month ago)

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.)

Language Totals

  Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
  C 56 54 41 24 7 6
  SQL 2 4 0 0 0 0

Files Changed

[15 total ]
File Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
pgsql/contrib/pg_standby/pg_standby.c
  C 6 2 3 1 0 0
pgsql/doc/src/sgml/plpgsql.sgml
pgsql/doc/src/sgml/spi.sgml
pgsql/src/backend/nodes/params.c
  C 29 15 18 7 3 0
pgsql/src/backend/utils/adt/ri_triggers.c
  C 2 1 4 3 0 0
pgsql/src/bin/psql/describe.c
  C 1 1 1 1 0 0
pgsql/src/include/catalog/catversion.h
  C 1 1 1 1 0 0
pgsql/src/include/nodes/params.h
  C 10 3 11 1 4 0
pgsql/src/include/utils/plancache.h
  C 6 0 1 1 0 0
pgsql/src/pl/plpgsql/src/gram.y