pgsql-server/src/backend/catalog Tag: REL7_4_S ...

Started by Tom Laneover 22 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 03/12/07 15:43:13

Modified files:
src/backend/catalog: Tag: REL7_4_STABLE information_schema.sql

Log message:
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.