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

From Nikhil Sontakke
Subject Re: Check constraints on partition parents only?
Date
Msg-id CABamaqPS1WWV6LKJoYQW736EyoTPr348EijsZVBv6xAJvp03Wg@mail.gmail.com
Whole thread Raw
In response to Re: Check constraints on partition parents only?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Check constraints on partition parents only?
List pgsql-hackers
 
We could imagine doing something like CHECK ONLY (foo), but that seems
quite non-orthogonal with (a) everything else in CREATE TABLE, and
(b) ALTER TABLE ONLY.


Yeah, I thought about CHECK ONLY support as part of table definition, but as you say - it appears to be too non-standard right now and we can always go back to this later if the need be felt.

Regards,
Nikhils

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: error: could not find pg_class tuple for index 2662
Next
From: jordani@go-link.net
Date:
Subject: Incremental checkopints