| From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
|---|---|
| To: | sixs(at)ida(dot)net |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #8689: createdb db finds user ? password? |
| Date: | 2013-12-23 14:27:45 |
| Message-ID: | CAB7nPqQrbuBa=8dA9jW4nf9364yZsc89Ek-T+4nG4suE89sS+w@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
On Sat, Dec 21, 2013 at 12:55 PM, <sixs(at)ida(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2013-12-23 14:33:57 | Re: BUG #8696: Type-checking seems to fail on UNIONs with arrays |
| Previous Message | digoal | 2013-12-23 09:41:07 | BUG #8697: checkpoint cann't flush unlogged table's dirty page to disk. |