information_schema.constraint_column_usage and key_column_usage should

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1e2883a11545d780426e7e469c5909dbd339a6d1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-12-17T22:11:42Z
Releases: 7.4.1
information_schema.constraint_column_usage and key_column_usage should
not discriminate against system columns, since we support constraints on
system columns, and in fact constraints on OID are moderately useful.

Files

PathChange+/−
src/backend/catalog/information_schema.sql modified +1 −4