pgsql: doc: Add ALTER/DROP ROUTINE to the event trigger matrix - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Add ALTER/DROP ROUTINE to the event trigger matrix
Date
Msg-id [email protected]
Whole thread Raw
List 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/[email protected]
Backpatch-through: 11

Branch
------
REL_13_STABLE

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

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Improve references to term "FSM" in pageinspect and pgfrees
Next
From: Peter Eisentraut
Date:
Subject: pgsql: pycodestyle (PEP 8) cleanup in Python scripts