diff options
-rw-r--r-- | doc/src/sgml/ref/alter_table.sgml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 5be56d4b287..afe213910c7 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -370,6 +370,12 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM the table, until it is validated by using the <literal>VALIDATE CONSTRAINT</literal> option. </para> + + <para> + Additional restrictions apply when unique or primary key constraints + are added to partitioned tables; see <xref linkend="sql-createtable" />. + </para> + </listitem> </varlistentry> @@ -413,8 +419,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM </para> <para> - Additional restrictions apply when unique or primary key constraints - are added to partitioned tables; see <xref linkend="sql-createtable" />. + This form is not currently supported on partitioned tables. </para> <note> |