pgsql: Doc: Fix event trigger firing table - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Doc: Fix event trigger firing table
Date
Msg-id E1hriqT-0007bG-Pt@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0e8f927fa6bb428975645337d19ab33b348cef86

Modified Files
--------------
doc/src/sgml/event-trigger.sgml | 150 +++++++++++++++++++++++++++++++++++++++-
1 file changed, 147 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix typo in fd.c
Next
From: Tom Lane
Date:
Subject: pgsql: Improve test coverage for LISTEN/NOTIFY.