Re: authentication failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: authentication failure
Дата
Msg-id 27739.1388943779@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: authentication failure  (Jayadevan M <maymala.jayadevan@gmail.com>)
Ответы Re: authentication failure
Список pgsql-general
Jayadevan M <maymala.jayadevan@gmail.com> writes:
> back to md5
> psql -h localhost
> psql: FATAL:  password authentication failed for user "postgres"
> [ but there's no .pgpass file ]

Perhaps the postgres user has a password that's marked as expired
in pg_authid.rolvaliduntil?  Try
select rolname, rolvaliduntil from pg_authid;

            regards, tom lane


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: authentication failure
Следующее
От: Tom Lane
Дата:
Сообщение: Re: authentication failure