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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: warn against using parallel restore with --load-via-partiti
Date: 2018-09-23 22:34:25
Message-ID: E1g4CxN-0001TP-H2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/73a60051379b35a0bec399edfe369c59e50cc775

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 29 +++++++++++++++++++++--------
doc/src/sgml/ref/pg_dumpall.sgml | 23 +++++++++++++++--------
2 files changed, 36 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2018-09-24 06:04:56 pgsql: Initialize random() in bootstrap/stand-alone postgres and in ini
Previous Message Tom Lane 2018-09-23 20:06:06 pgsql: Fix failure in WHERE CURRENT OF after rewinding the referenced c