提交 50a537dd 编写于 作者: D dyozie

Docs: update exchange partition limitation

上级 2c5dd23b
......@@ -688,8 +688,8 @@ PARTITION other;
partition swaps one table in place of an existing partition. You can exchange partitions
only at the lowest level of your partition hierarchy (only partitions that contain data
can be exchanged). </p>
<p>You cannot exchange a partition with a replicated table. You cannot exchange a partition
with a partitioned table or a child partition of a partitioned table.</p>
<p>You cannot exchange a partition with a replicated table. Exchanging a partition with a partitioned table or a child partition of a partitioned
table is not supported.</p>
<p>Partition exchange can be useful for data loading. For example, load a staging table and
swap the loaded table into your partition design. You can use partition exchange to change
the storage type of older partitions to append-optimized tables. For example:</p>
......
......@@ -802,9 +802,8 @@ where <varname>action</varname> is one of:
column with a check constraint or a <codeph>NOT
NULL</codeph> constraint.</pd>
<pd>You cannot exchange a partition with a replicated table.
You cannot exchange a partition with a partitioned
table or a child partition of a partitioned
table.</pd>
Exchanging a partition with a partitioned table or a child partition of a partitioned
table is not supported.</pd>
<pd><b>WITH</b> | <b>WITHOUT VALIDATION</b> - Validates that
the data in the table matches the
<codeph>CHECK</codeph> constraint of the partition
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册