pg-relcheck error

From: "Dean K(dot) Gibson" <dkgibson(at)ultimeth(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: pg-relcheck error
Date: 2003-04-26 00:48:40
Message-ID: 5.1.0.14.2.20030425174245.00a7f930@imaps.ultimeth.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-04-26 03:00:56 Re: BUG: Infinite syslog() loop
Previous Message Tom Lane 2003-04-25 23:46:53 Re: Shift-Enter = Segmentation Fault