Bug #957: pg-relcheck error

Started by PostgreSQL Bugs Listalmost 23 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

Dean K. Gibson (dkgibson@ultimeth.net) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
pg-relcheck error

Long Description
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 that have the same type of constraint.

This worked fine in v7.0.2.

Sample Code

No file was uploaded with this report

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: PostgreSQL Bugs List (#1)
Re: Bug #957: pg-relcheck error

pgsql-bugs@postgresql.org writes:

and then do in psql:
xxx> \d EN
ERROR: Relation "pg_relcheck" does not exist

Use an up-to-date psql.

regards, tom lane