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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Ensure SSL options are pushed down to externaltools
Дата
Msg-id E1ewRAl-0005Pi-Lu@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: pgAdmin 4 Jenkins
Дата:
Сообщение: Jenkins build is back to normal : pgadmin4-master-python36 #522
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin4][Patch]: RM #3122 - Backup not working on certificate(SSL) protected servers