pgsql: Doc: Fix event trigger firing table

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Doc: Fix event trigger firing table
Дата
Msg-id E1hriqT-0007bI-QD@gemulon.postgresql.org
обсуждение исходный текст
Список 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_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e9ecf736e121758baf67cee6be9ee7ed285ca2d3

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix typo in fd.c
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve test coverage for LISTEN/NOTIFY.