Re: Check constraints on partition parents only? - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Check constraints on partition parents only?
Date
Msg-id 1311653866-sup-7181@alvh.no-ip.org
Whole thread Raw
In response to Re: Check constraints on partition parents only?  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Check constraints on partition parents only?
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Error calling PG_RETURN_NULL()
Next
From: "_石头"
Date:
Subject: How to use CreateFunctionStmt's RETURN TABLE?