Unverified Commit 227db6fd authored by James Guthrie's avatar James Guthrie Committed by GitHub
Browse files

Respect FK constraints for extension config tables (#702)

Extension configuration tables can have foreign key dependencies between
them. If the configuration tables are restored in the incorrect order,
it can cause foreign key constraint violations.

This change ensures that the configuration tables are ordered according
to the dependency order in `pg_constraint`.
parent ff6b4738
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment