Re: BUG #13741: vacuumdb does not accept valid password
Haribabu Kommi <kommi.haribabu@gmail.com>
From: Haribabu Kommi <kommi.haribabu@gmail.com>
To: brown@fastmail.com
Cc: "pgsql-bugs@postgresql.org" <pgsql-bugs@postgresql.org>
Date: 2015-10-29T00:13:00Z
Lists: pgsql-bugs, pgsql-hackers
Attachments
- reuse_password_for_vacuum_db_v2.patch (application/octet-stream) patch v2
On Wed, Oct 28, 2015 at 4:07 PM, Haribabu Kommi <kommi.haribabu@gmail.com> wrote: > Here I attached a patch that saves the password provided by the user > from the connectDatabase function and reuse it for connecting all clients > to the same database. Attached a wrong patch, it is having some compilation problems, Here is the new version with the fixed problems. Regards, Hari Babu Fujitsu Australia
Commits
-
vacuumdb: don't prompt for passwords over and over
- 83dec5a712af 9.6.0 landed
- 5094da99b901 9.5.0 landed