]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: warn that parallel pg_restore may fail if --no-schema was used.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Mar 2026 20:36:01 +0000 (16:36 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Mar 2026 20:36:01 +0000 (16:36 -0400)
commit273d26b75e78a4811b0c6039c0ee38cde2341ce4
treee5a4db05865e29b26dbe7ba48b4b043b318d2ed7
parent8519251ee975a8cca16fb35d699c1a39f2d217a1
Doc: warn that parallel pg_restore may fail if --no-schema was used.

If the archive file was made with --no-schema or related options
then it likely does not have enough dependency information to
ensure that parallel restore will choose a workable restore order.
Document this.

In passing, do some minor wordsmithing on new nearby text about
restoring from pg_dumpall archives.

Author: vaibhave postgres <postgresvaibhave@gmail.com>
Reviewed-by: David G. Johnston <david.g.johnston@gmail.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CAM_eQjzTLtt1X9WKvMV6Rew0UvxT3mmhimZa9WT-vqaPjmXk-g@mail.gmail.com
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_restore.sgml