doc: Add ALTER/DROP ROUTINE to the event trigger matrix
authorMichael Paquier
Wed, 9 Mar 2022 05:59:08 +0000 (14:59 +0900)
committerMichael Paquier
Wed, 9 Mar 2022 05:59:08 +0000 (14:59 +0900)
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

index 60366a950ec7197c8469e67560aeedf14d0ee347..9c66f97b0f667995d715aa0a821fa2b246821674 100644 (file)
         -
         
        
+       
+        ALTER ROUTINE
+        X
+        X
+        -
+        -
+        
+       
        
         ALTER SCHEMA
         X
         -
         
        
+       
+        DROP ROUTINE
+        X
+        X
+        X
+        -
+        
+       
        
         DROP RULE
         X