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

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

Commit: 80af69ceaaf0b6712251207fea863fbb33fba4c0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-12-07T19:43:02Z
Releases: 8.0.0
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