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/[email protected] Branch ------ REL_13_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/843072e1b2c3e329d2040bb266dc4b9222d3db5f Modified Files -------------- doc/src/sgml/event-trigger.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
