You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: