Skip to content
Snippets Groups Projects
Commit bc01b45a authored by Tom Lane's avatar Tom Lane
Browse files

Make pg_dump --data-only try to order the table dumps so that foreign keys'

referenced tables are dumped before the referencing tables.  This avoids
failures when the data is loaded with the FK constraints already active.
If no such ordering is possible because of circular or self-referential
constraints, print a NOTICE to warn the user about it.
parent a0b76dc6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment