pgAdmin 4 commit: Set PGPASSWORD environment variable from the process

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Set PGPASSWORD environment variable from the process
Date: 2016-05-15 16:59:39
Message-ID: E1b1zOF-0003F1-0F@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-15 17:03:00 Re: PATCH: Initiale for "Restore Utility" [pgAdmin4]
Previous Message Ashesh Vashi 2016-05-15 14:30:30 pgAdmin 4 commit: Added support for restoring a tar/custom type backup