Re: BUG #4668: Windows installer package

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: BUG #4668: Windows installer package
Дата
Msg-id 499FC7D7.8030004@hogranch.com
обсуждение исходный текст
Ответ на Re: BUG #4668: Windows installer package  (Harald Armin Massa <haraldarminmassa@gmail.com>)
Список pgsql-bugs
Harald Armin Massa wrote:
> Prachi,
>
> the current Version of PostgreSQL is 8.3.x; you should use that.
>
> To solve the problem with "> invalid username specified: logon
> failure: unknown username or bad password.", change the password of
> the postgres-user in windows to something you know and specify that
> password.
>
> You can do this via control panel, administration, computer, users and groups.
>


note, in some Home versions of Windows, you might not be able to get to
the Users and Groups computer management tool.
as an alternative, you can use the command line...

    NET USER postgres somenewpassword


then give this password to the postgres installer.   this is used as the
'service' password that the postgres service processes run as.   its not
used for logging onto postgres as a database user or anything else.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Harald Armin Massa
Дата:
Сообщение: Re: BUG #4668: Windows installer package
Следующее
От: "Alexander V. Chernikov"
Дата:
Сообщение: BUG #4670: Cannot get domain constraint names from psql