Re: BUG #8689: createdb db finds user ? password?

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #8689: createdb db finds user ? password?
Дата
Msg-id CAB7nPqQrbuBa=8dA9jW4nf9364yZsc89Ek-T+4nG4suE89sS+w@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #8689: createdb db finds user ? password?  (sixs@ida.net)
Список 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 по дате отправления:

Предыдущее
От: Tomonari Katsumata
Дата:
Сообщение: Re: BUG #8686: Standby could not restart.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #8696: Type-checking seems to fail on UNIONs with arrays