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 numeric_literal, REM the table, until it is validated by using the VALIDATE CONSTRAINT option. + + + Additional restrictions apply when unique or primary key constraints + are added to partitioned tables; see . + + @@ -413,8 +419,7 @@ WITH ( MODULUS numeric_literal, REM - Additional restrictions apply when unique or primary key constraints - are added to partitioned tables; see . + This form is not currently supported on partitioned tables.