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