Обсуждение: pgAdmin 4 commit: Ensure SSL options are pushed down to externaltools

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

pgAdmin 4 commit: Ensure SSL options are pushed down to externaltools

От
Dave Page
Дата:
Ensure SSL options are pushed down to external tools like pg_dump. Fixes #3122

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=63ba3402e8113c20b0c929a9764642ca67b3befd
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
web/pgadmin/misc/bgprocess/processes.py     | 22 +++++++++++++++++++++-
web/pgadmin/tools/backup/__init__.py        |  3 +++
web/pgadmin/tools/import_export/__init__.py | 14 +++++++-------
web/pgadmin/tools/maintenance/__init__.py   |  1 +
web/pgadmin/tools/restore/__init__.py       |  1 +
5 files changed, 33 insertions(+), 8 deletions(-)