Re: help with pg_hba.conf

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: help with pg_hba.conf
Дата
Msg-id 26711.1243009898@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: help with pg_hba.conf  (Isaac Dover <isaacdover@gmail.com>)
Ответы Re: help with pg_hba.conf
Список pgsql-sql
Isaac Dover <isaacdover@gmail.com> writes:
>> As far as i can tell,
>> pg_hba.conf is the only manner in which to prevent users from connecting to
>> other users' databases. I've restricted roles to connecting only using
>> sameuser:
>> 
>> host sameuser all 192.168.168.0/24 md5

In recent releases (certainly 8.3) the better approach is probably to
use CONNECT privilege to grant or deny access.  However that does have
some drawbacks if you intend to let users create their own databases
--- they have to remember to set the privileges properly on new DBs.
        regards, tom lane


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

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: Need help combining 2 tables together
Следующее
От: Isaac Dover
Дата:
Сообщение: Re: help with pg_hba.conf