Allow plpgsql function parameter names to be qualified with the function's

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

Commit: ae1b7e298cd99e808ec8410a808fcb2e44f8520e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-07-16T17:01:11Z
Releases: 8.3.0
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.

Files