File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ PostgreSQL documentation
2424CREATE [ CONSTRAINT ] TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTER | INSTEAD OF } { <replaceable class="PARAMETER">event</replaceable> [ OR ... ] }
2525 ON <replaceable class="PARAMETER">table_name</replaceable>
2626 [ FROM <replaceable class="parameter">referenced_table_name</replaceable> ]
27- [ NOT DEFERRABLE | [ DEFERRABLE ] { INITIALLY IMMEDIATE | INITIALLY DEFERRED } ]
27+ [ NOT DEFERRABLE | [ DEFERRABLE ] [ INITIALLY IMMEDIATE | INITIALLY DEFERRED ] ]
2828 [ FOR [ EACH ] { ROW | STATEMENT } ]
2929 [ WHEN ( <replaceable class="parameter">condition</replaceable> ) ]
3030 EXECUTE PROCEDURE <replaceable class="PARAMETER">function_name</replaceable> ( <replaceable class="PARAMETER">arguments</replaceable> )
You can’t perform that action at this time.
0 commit comments