pgsql: docs: clarify that only INSERT and UPDATE triggers can mod. NEW - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: docs: clarify that only INSERT and UPDATE triggers can mod. NEW
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
docs:  clarify that only INSERT and UPDATE triggers can mod. NEW

The point is that DELETE triggers cannot modify any values.

Reported-by: Eugen Konkov

Discussion: https://postgr.es/m/[email protected]

Backpatch-through: 9.4

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/353647fd93c0ce871e6da3cc785220fcac17985e

Modified Files
--------------
doc/src/sgml/trigger.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Move declaration of ecpg_gettext() to a saner place.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Use "low key" terminology in nbtsort.c.