Relative Content

Tag Archive for pythonpostgresqlpython-2.7psycopg2

SCRAM authentication method in Psycopg2 and Python 2.7

I have an old application based on python 2.7 which is currently using psycopg2 2.7.4 and using latest releases of postgresql I got the error “pg_connect(): Unable to connect to PostgreSQL server: SCRAM authentication requires libpq version 10 or above.” which is listed also in other stackoverflow questions.