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
Currently libpq offers options for primary, standby, and prefer-standby. Looking at the codebase it looks like rust-postgres currently does not support these modes.
Currently libpq offers options for
primary
,standby
, andprefer-standby
. Looking at the codebase it looks like rust-postgres currently does not support these modes.https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-TARGET-SESSION-ATTRS
The text was updated successfully, but these errors were encountered: