Обсуждение: Bug #957: pg-relcheck error

Поиск
Список
Период
Сортировка

Bug #957: pg-relcheck error

От
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

Re: Bug #957: pg-relcheck error

От
Tom Lane
Дата:
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