From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix event trigger example |
Date: | 2022-12-23 12:22:29 |
Message-ID: | E1p8h4H-0000Wr-AI@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2022-12-23 14:50:00 | pgsql: Convert contrib/seg's input function to report errors softly |
Previous Message | David Rowley | 2022-12-23 11:59:03 | pgsql: Fix bug in translate_col_privs_multilevel |