]> granicus.if.org Git - postgresql/commit
Give nicer error message when connecting to a v10 server requiring SCRAM.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 5 May 2017 08:24:02 +0000 (11:24 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 5 May 2017 08:24:12 +0000 (11:24 +0300)
commitf050c847d9698e89e145c20cddb7f41535d9d121
tree86b390f4487428354920cdcf310ce9de901152d8
parent9750a9583aacefbde15d9ed4ebfed84f1fb3aae8
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/bbf45d92-3896-eeb7-7399-2111d517261b@pivotal.io
src/include/libpq/pqcomm.h
src/interfaces/libpq/fe-auth.c