Re: [GENERAL] createdb.exe prompting for password on Vista

2007-05-28 Thread Andrew Sullivan
On Mon, May 28, 2007 at 09:13:20PM +0200, Greg Quinn wrote: > I'm thinking the best way to get around it is change the auth option to > trust in my installer, create the database, and then automatically set the > auth option back to "md5". Not the most elegant solution but it will work > for now.

Re: [GENERAL] createdb.exe prompting for password on Vista

2007-05-28 Thread Greg Quinn
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Sullivan Sent: 28 May 2007 07:46 PM To: pgsql-general@postgresql.org Subject: Re: [GENERAL] createdb.exe prompting for password on Vista On Mon, May 28, 2007 at 07:18:47PM +0200, Greg Quinn wrote: &

Re: [GENERAL] createdb.exe prompting for password on Vista

2007-05-28 Thread Andrew Sullivan
On Mon, May 28, 2007 at 07:18:47PM +0200, Greg Quinn wrote: > And how would I enable this? > I've tried all the created password options with no luck. You'll need to look at http://www.postgresql.org/docs/8.2/static/client-authentication.html. Sorry, I know nothing about Windows, so if there's so

Re: [GENERAL] createdb.exe prompting for password on Vista

2007-05-28 Thread Greg Quinn
b.exe prompting for password on Vista On Sun, May 27, 2007 at 09:02:56PM +0200, Greg Quinn wrote: > 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 usi

Re: [GENERAL] createdb.exe prompting for password on Vista

2007-05-28 Thread Andrew Sullivan
On Sun, May 27, 2007 at 09:02:56PM +0200, Greg Quinn wrote: > 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 a

[GENERAL] createdb.exe prompting for password on Vista

2007-05-27 Thread Greg Quinn
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 po