Noted by Vik Fearing and Robert Haas
Partitioned tables do not support EXCLUDE constraints;
however, you can define these constraints on individual partitions.
Also, while it's possible to define PRIMARY KEY
- constraints on partitioned tables, it is not supported to create foreign
- keys cannot that reference them. This restriction will be lifted in a
- future release.
+ constraints on partitioned tables, creating foreign keys that
+ reference a partitioned table is not yet supported.