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 9f70a88a7ac..6a65909d9ab 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -863,16 +863,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 bedc5a1c9aa..412a6bb64ab 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -360,10 +360,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> |