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

Michael Paquier <michael@paquier.xyz>

Commit: 2cd7d8d53079cd74f0151465be316a94993d1218
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-03-09T05:59:26Z
Releases: 12.11
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

Files

PathChange+/−
doc/src/sgml/event-trigger.sgml modified +16 −0

Documentation touched

Discussion