|
CREATE CONSTRAINT TRIGGERNameCREATE CONSTRAINT TRIGGER — Create a trigger to support a constraintCREATE CONSTRAINT TRIGGER name AFTER events ON relation constraint attributes FOR EACH ROW EXECUTE PROCEDURE func '(' args ')' Inputs
Outputs
DescriptionCREATE CONSTRAINT TRIGGER is used from inside of CREATE/ALTER TABLE and by pg_dump to create the special triggers for referential integrity. It is not intended for general use. |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |