Re: pg_dump and inherits issue

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: pg_dump and inherits issue
Дата
Msg-id 87r70qk845.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на pg_dump and inherits issue  ("Jim Buttafuoco" <jim@contactbda.com>)
Список pgsql-hackers
"Jim Buttafuoco" <jim@contactbda.com> writes:

> The check constraints on table s are not like the original, I have an extra
> t_a_check constraint. Is this correct?

I wouldn't say it's correct but it is known.

I think the plan is to have such constraints be marked so you *can't* drop
them as long as you're a child of another table that has them. But Postgres
doesn't yet track where constraints came from or check that you don't drop
ones that are inherited.

-- 
greg



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

Предыдущее
От: Phil Frost
Дата:
Сообщение: Re: lastval exposes information that currval does not
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Online index builds