docs: warn about post-data-only schema dumps with parallel restore.
vaibhave postgres <postgresvaibhave@gmail.com>
From: vaibhave postgres <postgresvaibhave@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2026-01-26T05:23:19Z
Lists: pgsql-hackers
Attachments
- 0001-doc-warn-about-post-data-only-schema-dumps-with-para.patch (application/octet-stream) patch 0001
Hi hackers, Following up on the discussion in [1] about pg_restore failing to restore post-data items due to circular foreign key deadlocks. I’m attaching a doc patch that adds a warning about using post-data-only schema dumps together with parallel restore. Thanks. [1] Re: pg_restore: fails to restore post-data items due to circular FK deadlock - Mailing list pgsql-bugs : Postgres Professional <https://postgrespro.com/list/id/3908.1717093769@sss.pgh.pa.us>
Commits
-
Doc: warn that parallel pg_restore may fail if --no-schema was used.
- 273d26b75e78 19 (unreleased) landed