Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

No support for multiple host configuration #96

Open
wpatrik14 opened this issue Oct 7, 2020 · 0 comments
Open

No support for multiple host configuration #96

wpatrik14 opened this issue Oct 7, 2020 · 0 comments

Comments

@wpatrik14
Copy link

Libpq library supports multiple host configuration (https://www.postgresql.org/docs/12/libpq-connect.html), however it's not supported in pg/pg-native library.

The pg/pg-native library should enable to define a connection string towards libpq like this:
postgresql://host1:1234,host2:5678/mydatabase?target_session_attrs=read-write

Currently it's not possible due to the limitation of pg/pg-native library...

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

No branches or pull requests

1 participant