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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add ALTER/DROP ROUTINE to the event trigger matrix
Date: 2022-03-09 06:00:26
Message-ID: E1nRpN3-001aPd-Gk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8f091572873c072ff844b0e2e18088ec51e4b03f

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-03-09 10:04:13 pgsql: unaccent: Remove Python 2 support from Python script
Previous Message Michael Paquier 2022-03-09 01:43:57 pgsql: doc: Improve references to term "FSM" in pageinspect and pgfrees