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 E1iUixP-0007QK-Lp@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, Liudmila Mantrova

Discussion: https://postgr.es/m/919823407.20191029175436@yandex.ru

Backpatch-through: 12 only, where commit as missing

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5f2cfe7f5fbd90f0d6ffef26c90808f4bd3e1d51

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


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Introduce the 'force' option for the Drop Database command.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add regression test for two-phase transaction in postgres_fdw