|
|
|
@ -804,6 +804,21 @@ PostgreSQL documentation |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term><option>--load-via-partition-root</option></term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
When dumping a <command>COPY</command> or <command>INSERT</command> statement for a partitioned table, |
|
|
|
|
target the root of the partitioning hierarchy which contains it rather |
|
|
|
|
than the partition itself. This may be useful when reloading data on |
|
|
|
|
a server where rows do not always fall into the same partitions as |
|
|
|
|
they did on the original server. This could happen, for example, if |
|
|
|
|
the partitioning column is of type text and the two system have |
|
|
|
|
different definitions of the collation used to partition the data. |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term><option>--no-comments</option></term> |
|
|
|
|
<listitem> |
|
|
|
@ -912,21 +927,6 @@ PostgreSQL documentation |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term><option>--load-via-partition-root</option></term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
When dumping a COPY or INSERT statement for a partitioned table, |
|
|
|
|
target the root of the partitioning hierarchy which contains it rather |
|
|
|
|
than the partition itself. This may be useful when reloading data on |
|
|
|
|
a server where rows do not always fall into the same partitions as |
|
|
|
|
they did on the original server. This could happen, for example, if |
|
|
|
|
the partitioning column is of type text and the two system have |
|
|
|
|
different definitions of the collation used to partition the data. |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term><option>--section=<replaceable class="parameter">sectionname</replaceable></option></term> |
|
|
|
|
<listitem> |
|
|
|
|