| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | leslie(dot)lemaire(at)developpement-durable(dot)gouv(dot)fr |
| Subject: | Missing tags ALTER ROUTINE and DROP ROUTINE in Event Trigger Firing Matrix |
| Date: | 2022-03-05 10:15:33 |
| Message-ID: | 164647533363.646.5802968483136493025@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/14/event-trigger-matrix.html
Description:
Hi,
"ALTER ROUTINE" and "DROP ROUTINE" are not listed in the "Event Trigger
Firing Matrix" documentation page, even though these tags seem supported
from PostgreSQL 11 onwards.
It would be really usefull to mention them, since alterations and deletions
of functions and procedures through ALTER ROUTINE and DROP ROUTINE commands
won't be caught by a trigger firing only on "ALTER PROCEDURE" and "ALTER
FUNCTION" tags (respectively "DROP PROCEDURE" and "DROP FUNCTION" tags).
Best regards,
--
Leslie Lemaire
Secrétariat général des ministères de la transition écologique, de la
cohésion des territoires et de la mer
Service du numérique
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Euler Taveira | 2022-03-05 18:25:10 | Re: offline print option. |
| Previous Message | alias | 2022-03-04 18:23:48 | Re: offline print option. |