From: Michael Paquier Date: Sat, 25 Sep 2021 05:48:25 +0000 (+0900) Subject: doc: Add missing markup in CREATE EVENT TRIGGER page X-Git-Tag: REL_10_19~49 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=ed3474b43490405a528f22671539c3983070f00e;p=postgresql.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()