mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 07:13:06 -04:00
bc01b45ab9
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.