Thread: pgAdmin 4 commit: Only allow specification of a pgpass file if libpq>=

pgAdmin 4 commit: Only allow specification of a pgpass file if libpq>=

From
Ashesh Vashi
Date:
Only allow specification of a pgpass file if libpq >= 10. Fixes #2768

Branch
------
WEBPACK_DEVEL2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6d7b42e6c2243d65b84990ca9462c747325babb8
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
docs/en_US/server_dialog.rst                                 |  6 ++++--
web/pgadmin/browser/__init__.py                              | 12 +++++++++++-
.../browser/server_groups/servers/static/js/server.js        | 10 +++++++++-
web/pgadmin/browser/templates/browser/js/utils.js            |  1 +
web/pgadmin/utils/driver/abstract.py                         |  7 +++++++
web/pgadmin/utils/driver/psycopg2/__init__.py                | 12 ++++++++++++
6 files changed, 44 insertions(+), 4 deletions(-)