Give nicer error message when connecting to a v10 server requiring SCRAM.
This is just to give the user a hint that they need to upgrade, if they try
to connect to a v10 server that uses SCRAM authentication, with an older
client.
Commit to all stable branches, but not master.
Discussion: https://www.postgresql.org/message-id/[email protected]
Branch
------
REL9_6_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/bd05ad8b052012155fd5de0c21029d5869ad5eb4
Modified Files
--------------
src/include/libpq/pqcomm.h | 2 ++
src/interfaces/libpq/fe-auth.c | 13 +++++++++++++
2 files changed, 15 insertions(+)