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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Only allow specification of a pgpass file if libpq >=
Date: 2017-10-10 08:31:39
Message-ID: E1e1pwx-0004ME-GO@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-10-10 08:32:03 Re: [pgAdmin4][Patch]: Enable/Disable passfile filed based on supported libpq version
Previous Message Dave Page 2017-10-10 08:17:41 Re: [pgAdmin4][Patch]: Remove external links from Panel's context menu