Re: Forgot Root Password

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Forgot Root Password
Дата
Msg-id 4813459B.9000001@commandprompt.com
обсуждение исходный текст
Ответ на Re: Forgot Root Password  (Ray Stell <stellr@cns.vt.edu>)
Список pgsql-admin
Ray Stell wrote:
> On Sat, Apr 26, 2008 at 11:00:35AM +0530, Kranti K K Parisa? wrote:
>> Can anyone suggest a way to retrieve/update the postgres root password ?
>
>
> edit pg_hba.conf so that localhost connections from localhost are trusted maybe like
> this:
>
> host    all         all         127.0.0.1/32          trust
>
> you have to restart, but then you can do an alter user and so can all the other local
> users.

You do not need to restart, just reload.

pg_ctl -D data reload

Joshua D. Drake



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

Предыдущее
От: Craig McElroy
Дата:
Сообщение: Re: Forgot Root Password
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Forgot Root Password