We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0324297 commit3cabe38Copy full SHA for 3cabe38
doc/src/sgml/ref/create_table.sgml
@@ -549,9 +549,8 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
549
Partitioned tables do not support <literal>EXCLUDE</literal> constraints;
550
however, you can define these constraints on individual partitions.
551
Also, while it's possible to define <literal>PRIMARY KEY</literal>
552
- constraints on partitioned tables, it is not supported to create foreign
553
- keys cannot that reference them. This restriction will be lifted in a
554
- future release.
+ constraints on partitioned tables, creating foreign keys that
+ reference a partitioned table is not yet supported.
555
</para>
556
557
</listitem>