doc: Add missing markup in CREATE EVENT TRIGGER page
authorMichael Paquier
Sat, 25 Sep 2021 05:48:03 +0000 (14:48 +0900)
committerMichael Paquier
Sat, 25 Sep 2021 05:48:03 +0000 (14:48 +0900)
Reported-by: rir
Discussion: https://postgr.es/m/20210924183658.3syyitp3yuxjv2fp@localhost
Backpatch-through: 9.6

doc/src/sgml/ref/create_event_trigger.sgml

index becd31bcadf7c1362bd4e0c0804b26df323712e9..22c8119198279ca0a8f094b2a7be20713e99dbe6 100644 (file)
@@ -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()