pgAdmin III commit: Record a password in .pgpass only if not empty

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Record a password in .pgpass only if not empty
Date: 2012-02-16 22:29:13
Message-ID: E1Ry9pB-0007nM-OS@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Record a password in .pgpass only if not empty

pgAdmin shouldn't try to record an empty password in .pgpass. There are no
such things as empty passwords in PostgreSQL.

Per complaint from Michael Shapiro, and Vik Reykja.

Branch
------
REL-1_14_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=3c9c657aab8508994ac3c402e85faa079d2e16f3

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/schema/pgServer.cpp | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2012-02-16 22:34:08 Re: [pgAdmin III] #276: Saved passwords deleted
Previous Message Guillaume Lelarge 2012-02-15 21:59:51 pgAdmin III commit: Add support for the LEAKPROOF option in functions