Re: BUG #13741: vacuumdb does not accept valid password
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Haribabu Kommi <kommi.haribabu@gmail.com>
Cc: brown@fastmail.com,
"pgsql-bugs@postgresql.org" <pgsql-bugs@postgresql.org>
Date: 2015-11-02T13:04:50Z
Lists: pgsql-bugs, pgsql-hackers
Attachments
- 20151102_scripts_parallel.patch (text/x-patch) patch
On Mon, Nov 2, 2015 at 8:10 PM, Haribabu Kommi wrote: > Here I attached modified patch that gets the password from parent connection > if exists and use it for the child connection also. Meh? Why the parent connection? You could simply have the password as an argument of connectDatabase, per se the attached. That looks just more simple. -- Michael
Commits
-
vacuumdb: don't prompt for passwords over and over
- 83dec5a712af 9.6.0 landed
- 5094da99b901 9.5.0 landed