createdb.exe prompting for password on Vista - Mailing list pgsql-general

From Greg Quinn
Subject createdb.exe prompting for password on Vista
Date
Msg-id 000601c7a091$a827c830$f8775890$@co.za
Whole thread Raw
Responses Re: createdb.exe prompting for password on Vista
List pgsql-general

I am using createdb to automatically create a database from a .sql file, but in Vista it seems to prompt me for the postgres password.

How can I stop this from happening? I’m not using the –W or –password option so why does it ask me for a password?

 

Here is my command...

 

createdb.exe -U postgres myDb

 

Thanks

 

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: JOIN with ORDER on both tables does a sort when it souldn't
Next
From: "CAJ CAJ"
Date:
Subject: Triggers to allow user create table?