Contents
Foreign keys
Table constraints defining relationship between tables
Foreign keys
are table constraints defining relationship between tables.
Foreign keys have been available in PostgreSQL since version 7.0.
Change history
- PostgreSQL 7.0
- added (initial commit: 34eb4f0a)
References
- PostgreSQL documentation: Constraints - foreign keys
Categories
See also
constraints