BUG #10437: Storing Password with a comma and/or colon in it fails use of psql, etc.

From: michael(at)mce-business(dot)de
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #10437: Storing Password with a comma and/or colon in it fails use of psql, etc.
Date: 2014-05-24 16:59:02
Message-ID: 20140524165902.1402.6882@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 10437
Logged by: Michael Heumann
Email address: michael(at)mce-business(dot)de
PostgreSQL version: 9.3.3
Operating system: Windows 7
Description:

I stumbled above the following issue:
When storing a password (which happens in pgpass.conf) one can use pgAdmin,
but not psql or pg_dump.

It will always say: wrong password.
By removing the saved password everything works as expected.
Guess: Passwords including a colon and/or a comma will be interpreted
wrong.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2014-05-24 18:16:11 Re: BUG #10436: Can't compile 9.4 with this mingw64-w32 gcc 4.8.1, 4.8.2, 4.8.3
Previous Message Tom Lane 2014-05-24 16:35:08 Re: BUG #10436: Can't compile 9.4 with this mingw64-w32 gcc 4.8.1, 4.8.2, 4.8.3