Re: [HACKERS] initdb check_need_password fix

2012-06-28 Thread Robert Haas
On Thu, Jun 28, 2012 at 3:48 PM, Peter Eisentraut wrote: > If you run initdb -A md5, you get an error > > initdb: must specify a password for the superuser to enable md5 authentication > > In 9.2, when you run something like initdb --auth-local=peer > --auth-host=md5, you still get that error, whi

[HACKERS] initdb check_need_password fix

2012-06-28 Thread Peter Eisentraut
If you run initdb -A md5, you get an error initdb: must specify a password for the superuser to enable md5 authentication In 9.2, when you run something like initdb --auth-local=peer --auth-host=md5, you still get that error, which I think is a mistake. The error should only be shown if both auth