From 789c83b27bbe618b87d60e40dbddae500eee4f26 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 9 Mar 2022 14:59:30 +0900 Subject: [PATCH] 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 --- doc/src/sgml/event-trigger.sgml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/src/sgml/event-trigger.sgml b/doc/src/sgml/event-trigger.sgml index 18628c498ba..f2d9a1d6453 100644 --- a/doc/src/sgml/event-trigger.sgml +++ b/doc/src/sgml/event-trigger.sgml @@ -287,6 +287,14 @@ - + + ALTER ROUTINE + X + X + - + - + + ALTER SCHEMA X @@ -847,6 +855,14 @@ - + + DROP ROUTINE + X + X + X + - + + DROP RULE X