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

Add support target_session_attrs #194

Closed
wants to merge 1 commit into from

Conversation

AlexanderSabirov
Copy link

Problem

When specifying multiple hosts in a PostgreSQL cluster, it is possible to connect to the server in read-only mode.

Solution

When specifying multiple hosts in a PostgreSQL cluster, it is necessary to pass the parameter target_session_attrs. This PR adds support for that parameter.

@AlexanderSabirov AlexanderSabirov requested a review from a team as a code owner January 28, 2025 08:36
Copy link

cla-bot bot commented Jan 28, 2025

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: aleksandr.sabirov.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email [email protected]
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

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

Successfully merging this pull request may close these issues.

1 participant