Re: Add check constraint bug

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Add check constraint bug
Дата
Msg-id Pine.LNX.4.33.0209051657150.17154-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Re: Add check constraint bug  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-hackers
On Thu, 5 Sep 2002, Stephan Szabo wrote:

> 
> On Thu, 5 Sep 2002, Peter Eisentraut wrote:
> 
> > The following happens in latest CVS and a fresh database:
> >
> > create table test (a int);
> > insert into test values (1);
> > alter table test add column b text check (b <> '');
> > alter table test add check (a > 0);
> > alter table test add check (a <> 1);
> >
> > After the last command I get
> >
> > ERROR:  CheckConstraintFetch: unexpected record found for rel test
> >
> > and then the table seems to be wedged because any access to it will get
> > the same error.

Just fyi, 7.2.1 does this too.



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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: beta1 packaged
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Add check constraint bug