pgsql: docs: clarify that only INSERT and UPDATE triggers can mod. NEW

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: clarify that only INSERT and UPDATE triggers can mod. NEW
Date: 2019-11-07 20:50:07
Message-ID: E1iSojH-0006eb-JC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/919823407.20191029175436@yandex.ru

Backpatch-through: 9.4

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5292570ba19ec3f8281ef0e4233cb5cad3d30a47

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2019-11-08 01:12:33 pgsql: Use "low key" terminology in nbtsort.c.
Previous Message Tom Lane 2019-11-07 19:22:12 pgsql: Move declaration of ecpg_gettext() to a saner place.