Обсуждение: pgAdmin 4 commit: Only allow specification of a pgpass file if libpq>=

Поиск
Список
Период
Сортировка

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

От
Dave Page
Дата:
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(-)