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_12_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/2cd7d8d53079cd74f0151465be316a94993d1218
Modified Files
--------------
doc/src/sgml/event-trigger.sgml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)