From 5f2a94a38d24afb2cbf79b048fdd6f5d319b9f49 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Sun, 28 Jul 2019 22:02:56 +0900 Subject: [PATCH] Doc: Fix event trigger firing table The table has not been updated for some commands introduced in recent releases, so refresh it. While on it, reorder entries alphabetically. Backpatch all the way down for all the commands which have gone missing. Reported-by: Jeremy Smith Discussion: https://postgr.es/m/15883-afff0ea3cc2dbbb6@postgresql.org Backpatch-through: 9.4 --- doc/src/sgml/event-trigger.sgml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/doc/src/sgml/event-trigger.sgml b/doc/src/sgml/event-trigger.sgml index e5b9e661853..4eb08237637 100644 --- a/doc/src/sgml/event-trigger.sgml +++ b/doc/src/sgml/event-trigger.sgml @@ -147,6 +147,12 @@ X - + + ALTER DEFAULT PRIVILEGES + X + X + - + ALTER EXTENSION X @@ -177,6 +183,18 @@ X - + + ALTER LARGE OBJECT + X + X + - + + + ALTER MATERIALIZED VIEW + X + X + - + ALTER OPERATOR X @@ -333,6 +351,12 @@ X - + + CREATE MATERIALIZED VIEW + X + X + - + CREATE OPERATOR X @@ -501,6 +525,12 @@ X X + + DROP MATERIALIZED VIEW + X + X + X + DROP OPERATOR X -- 2.39.5