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

Move third-party extensions from public schema to extensions #257

Open
erichanson opened this issue Jan 26, 2023 · 0 comments
Open

Move third-party extensions from public schema to extensions #257

erichanson opened this issue Jan 26, 2023 · 0 comments

Comments

@erichanson
Copy link
Member

This seems to be an emerging trend, and a reasonable one given PostgreSQL extensions' architectural flaws. It's impossible to do the "right" thing here since every extension can only be installed once, and they have to be installed into a particular schema, so if two different projects need to coexist but look for an extension in different places, boom. Until we just stop using extensions entirely, write code that looks for them in the extensions schema.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant