pgAdmin 4 commit: Set PGPASSWORD environment variable from the process

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Set PGPASSWORD environment variable from the process
Дата
Msg-id E1b1zOF-0003F1-0F@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Set PGPASSWORD environment variable from the process executor before running
the external utility.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ca62825c9035826380988b6210c69ea58c356069

Modified Files
--------------
web/pgadmin/misc/bgprocess/process_executor.py |  7 +++++++
web/pgadmin/tools/backup/__init__.py           |  4 +++-
web/pgadmin/tools/restore/__init__.py          |  7 ++++---
web/pgadmin/utils/driver/psycopg2/__init__.py  | 16 +++++++++++-----
4 files changed, 25 insertions(+), 9 deletions(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Added support for restoring a tar/custom type backup
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH: Initiale for "Restore Utility" [pgAdmin4]