Limit postgres user logins

Поиск
Список
Период
Сортировка
От gvim
Тема Limit postgres user logins
Дата
Msg-id 4BC79E0D.5020205@googlemail.com
обсуждение исходный текст
Ответы Re: Limit postgres user logins  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
My hba file has:

local   all         postgres                                    md5
host    all         admin         127.0.0.1/32          md5
host    all         dbuser        127.0.0.1/32          md5

But that still allows users other than postgres to attempt to login as postgres. Is there any way I can limit access to
thepostgres user specified as being logged in as postgres? 

gvim



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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: solaris tarballs and pl/java
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Limit postgres user logins