Remove test on c.relkind from check_constraints view; unnecessary and

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

Commit: f3bc5ae4521aa4acb4628a134183d2250e9ab040
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-12-07T19:43:13Z
Releases: 7.4.1
Remove test on c.relkind from check_constraints view; unnecessary and
prevents view from showing constraints on domains.  This addresses the
other half of Claus Colloseus' bug report.

Files

PathChange+/−
src/backend/catalog/information_schema.sql modified +2 −3