pg-relcheck error - Mailing list pgsql-bugs

From Dean K. Gibson
Subject pg-relcheck error
Date
Msg-id 5.1.0.14.2.20030425174245.00a7f930@imaps.ultimeth.net
Whole thread Raw
List pgsql-bugs
I've installed v7.3.2 from your RedHat 7.3 RPM on a Linux 7.x system.  I create a table:

create table EN(
        rec_id     char( 2 )   check( rec_id = 'EN' ),
        ...
);

and then do in psql:

xxx> \d EN
ERROR:  Relation "pg_relcheck" does not exist

This error happens on all tables that I define (all have the same type of constraint).

This worked fine in v7.0.2.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug #958: plperl notice server log
Next
From: Erik Walthinsen
Date:
Subject: Re: BUG: Infinite syslog() loop