pgsql: Properly document that NEW is unassigned in plpgsql for DELETE (

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Properly document that NEW is unassigned in plpgsql for DELETE (
Date: 2012-08-16 00:30:11
Message-ID: E1T1nyV-0001SD-OU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Properly document that NEW is unassigned in plpgsql for DELETE (not
NULL), and OLD is unassigned for INSERT, and NEW/OLD are unassigned (not
NULL) for statement-level triggers.

Per report from Pavel Stehule

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0729271adf9145900f59ec7a2053695bd551f4b1

Modified Files
--------------
doc/src/sgml/plpgsql.sgml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-08-16 00:38:12 pgsql: Add CREATE FOREIGN TABLE doc reference to CREATE SERVER.
Previous Message Bruce Momjian 2012-08-15 23:17:37 pgsql: Add C comment about new \c parameter requirement for crashed con