Contents
pg_relcheck
A former system table used to store constraint information
This entry relates to a PostgreSQL feature, application/utility, website or other subject which is no longer available/maintained.
pg_relcheck was a system catalogue table used to store constraint information.
It was replaced in PostgreSQL 7.3 by pg_constraint
and pg_depend
.
Change history
- PostgreSQL 7.3
- removed; replaced by pg_constraint and pg_depend (commit 7c6df91d)
- PostgreSQL 6.2
- added (commit 25aa0f8d)
References
- PostgreSQL documentation: pg_relcheck