pgsql: doc: Add ALTER/DROP ROUTINE to the event trigger matrix

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: doc: Add ALTER/DROP ROUTINE to the event trigger matrix
Дата
Msg-id E1nRpN3-001aPi-Hg@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc: Add ALTER/DROP ROUTINE to the event trigger matrix

ALTER ROUTINE triggers the events ddl_command_start and ddl_command_end,
and DROP ROUTINE triggers sql_drop, ddl_command_start and
ddl_command_end, but this was not mention on the matrix table.

Reported-by: Leslie Lemaire
Discussion: https://postgr.es/m/164647533363.646.5802968483136493025@wrigleys.postgresql.org
Backpatch-through: 11

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2cd7d8d53079cd74f0151465be316a94993d1218

Modified Files
--------------
doc/src/sgml/event-trigger.sgml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Improve references to term "FSM" in pageinspect and pgfrees
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pycodestyle (PEP 8) cleanup in Python scripts