Thread: pgsql-server/src/backend/catalog information_s ...

pgsql-server/src/backend/catalog information_s ...

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/12/07 15:43:02

Modified files:
    src/backend/catalog: 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.