mirror of
https://github.com/postgres/postgres.git
synced 2025-06-06 00:02:36 -04:00
Fix CREATE EVENT TRIGGER syntax synopsis in documentation.
Dimitri Fontaine, per a report from Thom Brown
This commit is contained in:
parent
9917a491fd
commit
4c97731928
@ -23,7 +23,7 @@ PostgreSQL documentation
|
|||||||
<synopsis>
|
<synopsis>
|
||||||
CREATE EVENT TRIGGER <replaceable class="PARAMETER">name</replaceable>
|
CREATE EVENT TRIGGER <replaceable class="PARAMETER">name</replaceable>
|
||||||
ON <replaceable class="PARAMETER">event</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 (filter_value [, ... ]) [ AND ... ] ]
|
||||||
EXECUTE PROCEDURE <replaceable class="PARAMETER">function_name</replaceable>()
|
EXECUTE PROCEDURE <replaceable class="PARAMETER">function_name</replaceable>()
|
||||||
</synopsis>
|
</synopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user