pgsql: Add documentation about the inability of plpsql to use parameter

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add documentation about the inability of plpsql to use parameter
Date: 2005-12-08 18:02:11
Message-ID: 20051208180211.393379DCB5E@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add documentation about the inability of plpsql to use parameter names
that are the same as column names used in the function.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/doc/src/sgml:
plpgsql.sgml (r1.80.2.1 -> r1.80.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.sgml.diff?r1=1.80.2.1&r2=1.80.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-12-08 18:04:33 pgsql: I recently received the Debian bug report below about missing
Previous Message Bruce Momjian 2005-12-08 18:02:05 pgsql: Add documentation about the inability of plpsql to use parameter