summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ri_triggers.c
Commit message (Collapse)AuthorAgeFilesLines
* First real FOREIGN KEY constraint trigger functionality.Jan Wieck1999-10-081-12/+942
| | | | | | | | | Implemented now: FOREIGN KEY ... REFERENCES ... MATCH FULL FOREIGN KEY ... MATCH FULL ... ON DELETE CASCADE Jan
* Added utils/adt/ri_triggers with empty shells for theJan Wieck1999-09-301-0/+184
FOREIGN KEY triggers. Added pg_proc entries for all the new functions. Jan