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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: docs: clarify that only INSERT and UPDATE triggers can mod. NEW
Дата
Msg-id E1iSojH-0006ef-L8@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b7ee1d345b68b0cecfc3c2f2e2f99ab2c4371964

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Move declaration of ecpg_gettext() to a saner place.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Use "low key" terminology in nbtsort.c.