]> granicus.if.org Git - postgresql/commit
Allow plpgsql function parameter names to be qualified with the function's
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 16 Jul 2007 17:01:11 +0000 (17:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 16 Jul 2007 17:01:11 +0000 (17:01 +0000)
commitae1b7e298cd99e808ec8410a808fcb2e44f8520e
tree376b2467d687762eb59c7d74e3b9a3deca18009f
parent9f6f51d5d45444c1459ec9564c29a3c205d689f6
Allow plpgsql function parameter names to be qualified with the function's
name.  With this patch, it is always possible for the user to qualify a
plpgsql variable name if needed to avoid ambiguity.  While there is much more
work to be done in this area, this simple change removes one unnecessary
incompatibility with Oracle.  Per discussion.
doc/src/sgml/plpgsql.sgml
src/pl/plpgsql/src/gram.y
src/pl/plpgsql/src/pl_comp.c
src/pl/plpgsql/src/pl_funcs.c
src/pl/plpgsql/src/plpgsql.h
src/test/regress/expected/plpgsql.out
src/test/regress/sql/plpgsql.sql