Re: [HACKERS] initdb initial password

2004-06-15 Thread Doug McNaught
"Magnus Hagander" <[EMAIL PROTECTED]> writes: >>> I would like to add capability to initdb to accept the >>password for the >>> superuser account at invocation. Right now, I can use >>--pwprompt or -W >>> to have it ask for a password. But for the win32 GUI >>installed I'd like >>> to ask for t

Re: [HACKERS] initdb initial password

2004-06-15 Thread Andrew Dunstan
Tom Lane said: > "Magnus Hagander" <[EMAIL PROTECTED]> writes: >> I would like to add capability to initdb to accept the password for >> the superuser account at invocation. Right now, I can use --pwprompt >> or -W to have it ask for a password. But for the win32 GUI installed >> I'd like to ask fo

Re: [HACKERS] initdb initial password

2004-06-15 Thread Magnus Hagander
>> I would like to add capability to initdb to accept the >password for the >> superuser account at invocation. Right now, I can use >--pwprompt or -W >> to have it ask for a password. But for the win32 GUI >installed I'd like >> to ask for the password in the installer, and pass it to initdb. >

Re: [HACKERS] initdb initial password

2004-06-15 Thread Tom Lane
"Magnus Hagander" <[EMAIL PROTECTED]> writes: > I would like to add capability to initdb to accept the password for the > superuser account at invocation. Right now, I can use --pwprompt or -W > to have it ask for a password. But for the win32 GUI installed I'd like > to ask for the password in the

[HACKERS] initdb initial password

2004-06-15 Thread Magnus Hagander
I would like to add capability to initdb to accept the password for the superuser account at invocation. Right now, I can use --pwprompt or -W to have it ask for a password. But for the win32 GUI installed I'd like to ask for the password in the installer, and pass it to initdb. Considering how it