CREATE CONSTRAINT TRIGGERSection: SQL Commands (7)Updated: 2003-11-02 |
CREATE CONSTRAINT TRIGGERSection: SQL Commands (7)Updated: 2003-11-02 |
CREATE CONSTRAINT TRIGGER name
AFTER events ON
tablename constraint attributes
FOR EACH ROW EXECUTE PROCEDURE funcname ( args )
CREATE CONSTRAINT TRIGGER is used within CREATE TABLE/ALTER TABLE and by pg_dump to create the special triggers for referential integrity. It is not intended for general use.