Bug #957: pg-relcheck error

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #957: pg-relcheck error
Дата
Msg-id 20030428043811.E757F475EEE@postgresql.org
обсуждение исходный текст
Ответы Re: Bug #957: pg-relcheck error
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump core dumping
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug #957: pg-relcheck error