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
Fix up the PQconnectionUsedPassword mess: create a separate
PQconnectionNeedsPassword function that tells the right thing for whether toprompt for a password, and improve PQconnectionUsedPassword so that it checkswhether the password used by the connection was actually supplied as aconnection argument, instead of coming from environment or a password file.Per bug report from Mark Cave-Ayland and subsequent discussion.