Re: docs: warn about post-data-only schema dumps with parallel restore.

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: vaibhave postgres <postgresvaibhave@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2026-03-31T20:36:32Z
Lists: pgsql-hackers
"David G. Johnston" <david.g.johnston@gmail.com> writes:
> On Tuesday, March 31, 2026, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> How about replacing that sentence with "In particular, dumping table
>> data without the corresponding table definition (via --no-schema and
>> related options) is not recommended."

> That should work.

Done that way, then.

			regards, tom lane



Commits

  1. Doc: warn that parallel pg_restore may fail if --no-schema was used.