information_schema.constraint_column_usage and key_column_usage should

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

Commit: 422249120daceb216c7f36cd23c8f5d28e51bf1d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-12-17T22:11:30Z
Releases: 8.0.0
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