Re: Login problem

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: Login problem
Дата
Msg-id 3B66675B-871D-4457-8C31-A42633063405@pgedit.com
обсуждение исходный текст
Ответ на Login problem  ("Danjel Jungersen" <danjel@jungersen.dk>)
Ответы Re: Login problem
COPY command, linking foreign keys
Список pgsql-novice
On Dec 17, 2005, at 11:10 AM, Danjel Jungersen wrote:

> Is there anywhere I can see what databases that are created, and
> which users are created?
> Is there anyway to see the users passwords, or to "reset" them ?


Modify your pg_hba.conf file to trust local connections. Then you can
login with psql without a password. From there you can use the ALTER
USER command to reset passwords. Don't forget to reverse your
pg_hba.conf changes when you are done.

http://www.postgresql.org/docs/8.0/interactive/client-
authentication.html#AUTH-PG-HBA-CONF


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


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

Предыдущее
От: "Danjel Jungersen"
Дата:
Сообщение: Login problem
Следующее
От: "Danjel Jungersen"
Дата:
Сообщение: Re: Login problem