Re: Error message on missing SCRAM authentication with older clients

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Error message on missing SCRAM authentication with older clients
Date: 2017-05-04 11:48:56
Message-ID: 29b65c6b-c3c0-13a7-f0d5-5335415a8558@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 05/03/2017 03:12 PM, Aleksander Alekseev wrote:
> Hi Heikki,
>
>> psql: SCRAM authentication not supported by this version of libpq
>
> Maybe it would be better to specify a minimum required version?

Yeah, that could be helpful. Can you suggest a wording?

My first thought was:

psql: SCRAM authentication not supported by this version of libpq
(version 10 or above required)

But that's very long. Perhaps:

psql: SCRAM authentication requires libpq version 10 or above

- Heikki

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2017-05-04 12:05:43 Function to move the position of a replication slot
Previous Message Julien Rouhaud 2017-05-04 11:45:01 Re: CTE inlining