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)
commit843072e1b2c3e329d2040bb266dc4b9222d3db5f
tree9f8dfd4412f2097e0d260e483ef35924dd199070
parentd4fea2e89d44a0132e86a1659cf79e8c3057bb57
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