pg-relcheck error

Поиск
Список
Период
Сортировка
От Dean K. Gibson
Тема pg-relcheck error
Дата
Msg-id 5.1.0.14.2.20030425174245.00a7f930@imaps.ultimeth.net
обсуждение исходный текст
Список 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.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug #958: plperl notice server log
Следующее
От: Erik Walthinsen
Дата:
Сообщение: Re: BUG: Infinite syslog() loop