Re: Inherited tables and NOT NULL (pg 7.2.1)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Inherited tables and NOT NULL (pg 7.2.1)
Дата
Msg-id 7986.1043701746@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Inherited tables and NOT NULL (pg 7.2.1)  ("Luke Pascoe" <luke.p@kmg.co.nz>)
Список pgsql-general
"Luke Pascoe" <luke.p@kmg.co.nz> writes:
> temp=> ALTER TABLE parent ADD CONSTRAINT ccc_nn CHECK (ccc IS NOT NULL);
> ERROR:  cache lookup of attribute 3 in relation 70023 failed

What version did you say you were running?  It works fine for me in 7.3.
I can believe this has been broken in the past, though.

            regards, tom lane

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

Предыдущее
От: Chris Gamache
Дата:
Сообщение: Re: 7.3 LOCK TABLE problem
Следующее
От: "Luke Pascoe"
Дата:
Сообщение: Re: Inherited tables and NOT NULL (pg 7.2.1)