pgAdmin 4 commit: Set PGPASSWORD environment variable from the process - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Set PGPASSWORD environment variable from the process
Date
Msg-id E1b1zOF-0003F1-0F@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Added support for restoring a tar/custom type backup
Next
From: Ashesh Vashi
Date:
Subject: Re: PATCH: Initiale for "Restore Utility" [pgAdmin4]