Re: BUG #8689: createdb db finds user ? password? - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #8689: createdb db finds user ? password?
Date
Msg-id CAB7nPqQrbuBa=8dA9jW4nf9364yZsc89Ek-T+4nG4suE89sS+w@mail.gmail.com
Whole thread Raw
In response to BUG #8689: createdb db finds user ? password?  (sixs@ida.net)
List pgsql-bugs
On Sat, Dec 21, 2013 at 12:55 PM,  <sixs@ida.net> wrote:
> I installed Postgresql  9.3. I was not asked for a user. I then tried to run
> created clog. I get the message
>
>
> C:\Program Files\PostgreSQL\9.3\bin>createdb clog
> Password:
> Password:
> createdb: could not connect to database template1: FATAL:  password
> authenticati
> on failed for user "Jim"
>
> C:\Program Files\PostgreSQL\9.3\bin>
>
> Is this a bug?
No, you are simply not typing the correct password for connection to
server when trying to create this database, making the creation of
this database "clog" fail.

Regards,
--
Michael

pgsql-bugs by date:

Previous
From: Tomonari Katsumata
Date:
Subject: Re: BUG #8686: Standby could not restart.
Next
From: Michael Paquier
Date:
Subject: Re: BUG #8696: Type-checking seems to fail on UNIONs with arrays