Bug #957: pg-relcheck error - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #957: pg-relcheck error
Date
Msg-id 20030428043811.E757F475EEE@postgresql.org
Whole thread Raw
Responses Re: Bug #957: pg-relcheck error  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_dump core dumping
Next
From: Tom Lane
Date:
Subject: Re: Bug #957: pg-relcheck error