the values in the new row, an error will be reported.
- Partitioned tables do not support EXCLUDE constraints;
- however, you can define these constraints on individual partitions.
-
-
See for more discussion on table
partitioning.
exclusion constraint on a subset of the table; internally this creates a
partial index. Note that parentheses are required around the predicate.
+
+ When establishing an exclusion constraint for a multi-level partition
+ hierarchy, all the columns in the partition key of the target
+ partitioned table, as well as those of all its descendant partitioned
+ tables, must be included in the constraint definition. Additionally,
+ those columns must be compared using the equality operator. These
+ restrictions ensure that potentially-conflicting rows will exist in the
+ same partition. The constraint may also refer to other columns which
+ are not a part of any partition key, which can be compared using any
+ appropriate operator.
+