doc: Add missing markup in CREATE EVENT TRIGGER page
authorMichael Paquier <[email protected]>
Sat, 25 Sep 2021 05:48:31 +0000 (14:48 +0900)
committerMichael Paquier <[email protected]>
Sat, 25 Sep 2021 05:48:31 +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 89410e8d141544506a525f073c3c680a365e57f5..b4d26139cdeb9b986cd29483d2356318890b0ae2 100644 (file)
@@ -23,7 +23,7 @@ PostgreSQL documentation
 <synopsis>
 CREATE EVENT TRIGGER <replaceable class="PARAMETER">name</replaceable>
     ON <replaceable class="PARAMETER">event</replaceable>
-    [ WHEN <replaceable class="PARAMETER">filter_variable</replaceable> IN (filter_value [, ... ]) [ AND ... ] ]
+    [ WHEN <replaceable class="PARAMETER">filter_variable</replaceable> IN (<replaceable class="PARAMETER">filter_value</replaceable> [, ... ]) [ AND ... ] ]
     EXECUTE PROCEDURE <replaceable class="PARAMETER">function_name</replaceable>()
 </synopsis>
  </refsynopsisdiv>