Re: Check constraints on partition parents only?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Check constraints on partition parents only?
Дата
Msg-id 1311653866-sup-7181@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Check constraints on partition parents only?  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Check constraints on partition parents only?
Список pgsql-hackers
Excerpts from Andrew Dunstan's message of lun jul 25 22:44:32 -0400 2011:
> 
> On 07/25/2011 10:31 PM, Jerry Sievers wrote:
> > Hackers;
> >
> > I just noticed that somewhere between 8.2 and 8.4, an exception is
> > raised trying to alter table ONLY some_partition_parent ADD CHECK
> > (foo).

> 8.4 had this change:
> 
>         *
>           Force child tables to inherit CHECK constraints from parents
>           (Alex Hunsaker, Nikhil Sontakke, Tom)

> You're not the only one who occasionally bangs his head against it.

Yeah.  I think it's good that there's a barrier to blindly dropping a
constraint that may be important to have on children, but there should
be a way to override that.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Error calling PG_RETURN_NULL()
Следующее
От: "_石头"
Дата:
Сообщение: How to use CreateFunctionStmt's RETURN TABLE?