diff options
Diffstat (limited to 'doc/src/sgml/ref/alter_table.sgml')
-rw-r--r-- | doc/src/sgml/ref/alter_table.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 39927be41ed..6166b263345 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -986,6 +986,8 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM If <literal>FINALIZE</literal> is specified, a previous <literal>DETACH CONCURRENTLY</literal> invocation that was cancelled or interrupted is completed. + At most one partition in a partitioned table can be pending detach at + a time. </para> </listitem> </varlistentry> |