We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
It would be nice to support a couple of new (>=10) libpq features, namely multiple hosts support and RW/RO connection selector. Both features are somewhat codependent.
This would mean adding support in the connstring parsing and probably refactoring conn.errRecover to retry connections (taking a cursory look).
If there's no objection on principle, I would give it a try.
The text was updated successfully, but these errors were encountered:
FYI: patch #714 has an attempt at adding this feature. I'd be grateful for reviews and/or testing.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
It would be nice to support a couple of new (>=10) libpq features, namely multiple hosts support and RW/RO connection selector. Both features are somewhat codependent.
This would mean adding support in the connstring parsing and probably refactoring conn.errRecover to retry connections (taking a cursory look).
If there's no objection on principle, I would give it a try.
The text was updated successfully, but these errors were encountered: