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

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

From
Michael Paquier
Date:
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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/789c83b27bbe618b87d60e40dbddae500eee4f26

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