From: Michael Paquier Date: Sat, 25 Sep 2021 05:48:20 +0000 (+0900) Subject: doc: Add missing markup in CREATE EVENT TRIGGER page X-Git-Tag: REL_11_14~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63b5b4a9a1a8e5a5a16c043bf1503e321debe1df;p=thirdparty%2Fpostgresql.git doc: Add missing markup in CREATE EVENT TRIGGER page Reported-by: rir Discussion: https://postgr.es/m/20210924183658.3syyitp3yuxjv2fp@localhost Backpatch-through: 9.6 --- diff --git a/doc/src/sgml/ref/create_event_trigger.sgml b/doc/src/sgml/ref/create_event_trigger.sgml index becd31bcadf..22c81191982 100644 --- a/doc/src/sgml/ref/create_event_trigger.sgml +++ b/doc/src/sgml/ref/create_event_trigger.sgml @@ -23,7 +23,7 @@ PostgreSQL documentation CREATE EVENT TRIGGER name ON event - [ WHEN filter_variable IN (filter_value [, ... ]) [ AND ... ] ] + [ WHEN filter_variable IN (filter_value [, ... ]) [ AND ... ] ] EXECUTE { FUNCTION | PROCEDURE } function_name()