Fix event trigger example
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 23 Dec 2022 12:21:41 +0000 (13:21 +0100)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 23 Dec 2022 12:21:41 +0000 (13:21 +0100)
commit169d301f3305b47eff0cddd48aa0a563a3c38d4b
treec491d1b77cb0b06d0e75a95186c04c95130ce8a6
parentfd36b82c5d74ed355660beae79925a9faa36a084
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
doc/src/sgml/event-trigger.sgml