Re: postgres user, forgotten password

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: postgres user, forgotten password
Дата
Msg-id 20050222145417.GE22550@wolff.to
обсуждение исходный текст
Ответ на postgres user, forgotten password  (Zouari Fourat <fourat@gmail.com>)
Список pgsql-admin
On Tue, Feb 22, 2005 at 15:07:45 +0100,
  Zouari Fourat <fourat@gmail.com> wrote:
> Hello,
> i forgot the postgres user password, how to resolve this problem.
> once i have my postgres user working, how to list all users on the server ?
> thanks a bunch

Edit pg_hba.conf to use trust or ident authentication for "postgres".
You probably want to make sure there is no external access to the database
while doing this.

SELECT usename FROM pg_user;

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: pg_hba.conf
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_hba.conf