diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 10 | ||||
| -rw-r--r-- | doc/src/sgml/ref/pg_dumpall.sgml | 4 |
2 files changed, 0 insertions, 14 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index c08276bc0aa..3bbbc7c8795 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -853,16 +853,6 @@ PostgreSQL documentation and the two systems have different definitions of the collation used to sort the partitioning column. </para> - - <para> - It is best not to use parallelism when restoring from an archive made - 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 restore failures due - to foreign key constraints being set up before all the relevant data - is loaded. - </para> </listitem> </varlistentry> diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 5d54074e012..a56bf5d5dfd 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -361,10 +361,6 @@ PostgreSQL documentation and the two systems have different definitions of the collation used to sort the partitioning column. </para> - - <!-- Currently, we don't need pg_dump's warning about parallelism here, - since parallel restore from a pg_dumpall script is impossible. - --> </listitem> </varlistentry> |
