I installed PostgreSQL 13.3 which supports SCRAM authentication. Now, when I try to connect to PostgreSQL, I get an error that SCRAM authentication requires libpq version 10 or above.
How do I upgrade libpq.dll
to the latest version on Windows 10 64-bit? Steps, please. My Windows 10 is up to date with all updates.
PS: I know I could change the authentication method to md5, but I would like to use SCRAM.