Bug #957: pg-relcheck error

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #957: pg-relcheck error
Date: 2003-04-28 04:38:11
Message-ID: 20030428043811.E757F475EEE@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Dean K. Gibson (dkgibson(at)ultimeth(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-04-28 04:53:43 Re: Bug #957: pg-relcheck error
Previous Message Tom Lane 2003-04-26 19:15:30 Re: pg_dump core dumping