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
Anyway, HA comes to masses nowadays and middleware(pgpool, pbbouncer, haproxy) renders redundant starting with PosgreSQL v10 where libpq can switch between hosts.
And the "rude" question itself - any plans to implement this for node-libpq? :)
Seems it already supports multiple hosts, but getting error when providing the key param: ?target_session_attrs=read-write
[Error: invalid URI query parameter: "target_session_attrs"
First of all thanks for great lib, pretty stable and fast!
There is already an issue opened here brianc/node-postgres#1470 (comment)
would it be a duplicate?
Anyway, HA comes to masses nowadays and middleware(pgpool, pbbouncer, haproxy) renders redundant starting with PosgreSQL v10 where libpq can switch between hosts.
And the "rude" question itself - any plans to implement this for node-libpq? :)
Seems it already supports multiple hosts, but getting error when providing the key param:
?target_session_attrs=read-write
with connection string:
The text was updated successfully, but these errors were encountered: