pgAdmin 4 commit: Only allow specification of a pgpass file if libpq>= - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Only allow specification of a pgpass file if libpq>=
Date
Msg-id E1e1pwx-0004ME-GO@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Only allow specification of a pgpass file if libpq >= 10. Fixes #2768

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2f5a2b23920032a05700d921ff955cb69ef275c9
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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Remove external links from Panel's context menu
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Enable/Disable passfile filed based onsupported libpq version