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

postgres: Set search_path to the desired schema on every connection #13

Merged
merged 2 commits into from
May 30, 2024

Conversation

netroy
Copy link
Member

@netroy netroy commented May 29, 2024

This PR ensures that on every connection open we set the correct search_path on the session, so make sure that when connection pooling is enabled, all connections use the same default schema.

@netroy netroy changed the title Set search_path to the desired schema on every connection postgres: Set search_path to the desired schema on every connection May 29, 2024
@netroy netroy merged commit a67feff into master May 30, 2024
@netroy netroy deleted the fix-postgres-schema branch May 30, 2024 07:54
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

Successfully merging this pull request may close these issues.

2 participants