pgsql: Properly document that NEW is unassigned in plpgsql for DELETE ( - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Properly document that NEW is unassigned in plpgsql for DELETE (
Date
Msg-id E1T1nyV-0001SD-OU@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Add C comment about new \c parameter requirement for crashed con
Next
From: Bruce Momjian
Date:
Subject: pgsql: Add CREATE FOREIGN TABLE doc reference to CREATE SERVER.