pgsql: Fix event trigger example

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix event trigger example
Дата
Msg-id E1p8h4H-0000Wr-AI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix event trigger example

Commit 2f9661311b changed command tags from strings to numbers, but
forgot to adjust the code in the event trigger example, which
consequently failed to compile.

While fixing that, improve the indentation to adhere to pgindent style.

Backpatch to v13, where the change was introduced.

Author: Laurenz Albe
Discussion: https://postgr.es/m/81e36ac17dc80489e74dc5b6914afa6ccdb1a99d.camel@cybertec.at

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2655ecde2c3313e1f9bc158faee884417252bc38

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


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

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Fix bug in translate_col_privs_multilevel
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Convert contrib/seg's input function to report errors softly