From: Michael Paquier Date: Sat, 25 Sep 2021 05:48:31 +0000 (+0900) Subject: doc: Add missing markup in CREATE EVENT TRIGGER page X-Git-Tag: REL9_6_24~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d02eb8383edd6be9d701fc74bc6310eb621b3236;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 89410e8d141..b4d26139cde 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 PROCEDURE function_name()