Re: How to create a postgres user that auth by AUTH_REQ_MD5

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to create a postgres user that auth by AUTH_REQ_MD5
Дата
Msg-id 3202.1557410584@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How to create a postgres user that auth by AUTH_REQ_MD5  (Hoa Phan <s50600822@gmail.com>)
Список pgsql-admin
Hoa Phan <s50600822@gmail.com> writes:
> How do I create user that required AUTH_REQ_MD5 or config database so that
> it require AUTH_REQ_MD5 ?

That's determined by your pg_hba.conf rules.  If you really want to
have just one user acting that way, you can use a rule that keys on
user name; but it's an unusual thing to do I think.

https://www.postgresql.org/docs/current/auth-pg-hba-conf.html

            regards, tom lane



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

Предыдущее
От: Rui DeSousa
Дата:
Сообщение: Re: pg_receivewal configuration issues
Следующее
От: Rui DeSousa
Дата:
Сообщение: Re: postgres wal log configuration question