pgsql: Fix event trigger example - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix event trigger example
Date
Msg-id E1p8h4H-0000Wq-98@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7a310338f4dd3195376477d502e93fba5f165769

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


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Fix bug in translate_col_privs_multilevel
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Convert contrib/seg's input function to report errors softly