AFTER event [ OR ... ]
ON table_name
[ FROM referenced_table_name ]
- { NOT DEFERRABLE | [ DEFERABBLE ] { INITIALLY IMMEDIATE | INITIALLY DEFERRED } }
+ { NOT DEFERRABLE | [ DEFERRABLE ] { INITIALLY IMMEDIATE | INITIALLY DEFERRED } }
FOR EACH ROW
EXECUTE PROCEDURE funcname ( arguments )
created trigger will be of the form
RI_ConstraintTrigger_0000 (where 0000 is some number
assigned by the server).
- Use this assigned name is when dropping the constraint.
+ Use this assigned name when dropping the trigger.