pgsql: Doc: warn against using parallel restore with--load-via-partiti - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: warn against using parallel restore with--load-via-partiti
Date
Msg-id E1g4CxN-0001TQ-H6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: warn against using parallel restore with --load-via-partition-root.

This isn't terribly safe, and making it so doesn't seem like a small
project, so for the moment just warn against it.

Discussion: https://postgr.es/m/13624.1535486019@sss.pgh.pa.us

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b1356f18b70e566da5acd9544632db7b196b3220

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml    | 27 ++++++++++++++++++++-------
doc/src/sgml/ref/pg_dumpall.sgml | 23 +++++++++++++++--------
2 files changed, 35 insertions(+), 15 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix failure in WHERE CURRENT OF after rewinding the referencedc
Next
From: Noah Misch
Date:
Subject: pgsql: Initialize random() in bootstrap/stand-alone postgres and inini