Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pg_dump dumps extensions in the wrong order #129

Open
erichanson opened this issue Mar 27, 2019 · 0 comments
Open

pg_dump dumps extensions in the wrong order #129

erichanson opened this issue Mar 27, 2019 · 0 comments
Labels

Comments

@erichanson
Copy link
Member

bundle extension requires the uuid-ossp extension. However, it doesn't explicitly list it as a requirement (because it needs it in a specific schema, which extensions don't support), so pg_dump doesn't know to do the create extension "uuid-ossp" before the create extension bundle. This is doubly a problem because we also can't list it in bundle's .control file because if it's there, it installs the extension in the bundle schema.

This is basically a bug in extensions that we have to figure out how to work around.

@erichanson erichanson added the bug label Apr 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant