doc: Add missing markup in CREATE EVENT TRIGGER page
Reported-by: rir Discussion: https://postgr.es/m/20210924183658.3syyitp3yuxjv2fp@localhost Backpatch-through: 9.6
This commit is contained in:
parent
404061515c
commit
d02eb8383e
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user