|
|
|
@ -684,7 +684,7 @@ PostgreSQL documentation |
|
|
|
|
...</literal>). This will make restoration very slow; it is mainly |
|
|
|
|
useful for making dumps that can be loaded into |
|
|
|
|
non-<productname>PostgreSQL</productname> databases. |
|
|
|
|
Any error during reloading will cause only rows that are part of the |
|
|
|
|
Any error during restoring will cause only rows that are part of the |
|
|
|
|
problematic <command>INSERT</command> to be lost, rather than the |
|
|
|
|
entire table contents. |
|
|
|
|
</para> |
|
|
|
@ -708,9 +708,9 @@ PostgreSQL documentation |
|
|
|
|
This option is relevant only when creating a data-only dump. |
|
|
|
|
It instructs <application>pg_dump</application> to include commands |
|
|
|
|
to temporarily disable triggers on the target tables while |
|
|
|
|
the data is reloaded. Use this if you have referential |
|
|
|
|
the data is restored. Use this if you have referential |
|
|
|
|
integrity checks or other triggers on the tables that you |
|
|
|
|
do not want to invoke during data reload. |
|
|
|
|
do not want to invoke during data restore. |
|
|
|
|
</para> |
|
|
|
|
|
|
|
|
|
<para> |
|
|
|
@ -828,7 +828,7 @@ PostgreSQL documentation |
|
|
|
|
than <command>COPY</command>). This will make restoration very slow; |
|
|
|
|
it is mainly useful for making dumps that can be loaded into |
|
|
|
|
non-<productname>PostgreSQL</productname> databases. |
|
|
|
|
Any error during reloading will cause only rows that are part of the |
|
|
|
|
Any error during restoring will cause only rows that are part of the |
|
|
|
|
problematic <command>INSERT</command> to be lost, rather than the |
|
|
|
|
entire table contents. Note that the restore might fail altogether if |
|
|
|
|
you have rearranged column order. The |
|
|
|
@ -847,7 +847,7 @@ PostgreSQL documentation |
|
|
|
|
target the root of the partitioning hierarchy that contains it, rather |
|
|
|
|
than the partition itself. This causes the appropriate partition to |
|
|
|
|
be re-determined for each row when the data is loaded. This may be |
|
|
|
|
useful when reloading data on a server where rows do not always fall |
|
|
|
|
useful when restoring data on a server where rows do not always fall |
|
|
|
|
into the same partitions as they did on the original server. That |
|
|
|
|
could happen, for example, if the partitioning column is of type text |
|
|
|
|
and the two systems have different definitions of the collation used |
|
|
|
@ -859,7 +859,7 @@ PostgreSQL documentation |
|
|
|
|
with this option, because <application>pg_restore</application> will |
|
|
|
|
not know exactly which partition(s) a given archive data item will |
|
|
|
|
load data into. This could result in inefficiency due to lock |
|
|
|
|
conflicts between parallel jobs, or perhaps even reload failures due |
|
|
|
|
conflicts between parallel jobs, or perhaps even restore failures due |
|
|
|
|
to foreign key constraints being set up before all the relevant data |
|
|
|
|
is loaded. |
|
|
|
|
</para> |
|
|
|
@ -1028,7 +1028,7 @@ PostgreSQL documentation |
|
|
|
|
Dump data as <command>INSERT</command> commands (rather than |
|
|
|
|
<command>COPY</command>). Controls the maximum number of rows per |
|
|
|
|
<command>INSERT</command> command. The value specified must be a |
|
|
|
|
number greater than zero. Any error during reloading will cause only |
|
|
|
|
number greater than zero. Any error during restoring will cause only |
|
|
|
|
rows that are part of the problematic <command>INSERT</command> to be |
|
|
|
|
lost, rather than the entire table contents. |
|
|
|
|
</para> |
|
|
|
|