pgAdmin 4 commit: Add support for SCRAM password changes (requires psyc

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add support for SCRAM password changes (requires psyc
Date: 2018-07-23 14:03:50
Message-ID: E1fhbRG-0004mR-Hi@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add support for SCRAM password changes (requires psycopg2 >= 2.8). Fixes #2214

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=213cb440d0541588a33f13becaea96c1be3eeae8
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_3_2.rst | 2 ++
.../browser/server_groups/servers/__init__.py | 11 +++++-
web/pgadmin/utils/driver/psycopg2/connection.py | 39 ++++++++++++++++++++++
3 files changed, 51 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-07-23 14:04:27 Re: [pgAdmin4][Patch]: RM #2214 PostgreSQL 10.0 compatibility (SCRAM authentication support)
Previous Message Dave Page 2018-07-23 13:33:52 Re: [pgAdmin4][Patch]: Partition table fix