Re: user to database restriction?

Поиск
Список
Период
Сортировка
От Jon August
Тема Re: user to database restriction?
Дата
Msg-id Pine.LNX.4.21.0202102009100.6758-100000@www.internection.com
обсуждение исходный текст
Ответ на user to database restriction?  (Jon August <jon@internection.com>)
Ответы Re: user to database restriction?  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-admin
Ok, it looks like the final argument is used to set up realtionships
between remote unix users to pg users.  So wouldn't that mean that
ultimately the user would be able to view any database anyway since
the pg user can view any database?  (aside from revoking privs at the
table level)

Is there any means of user to database access restriction?



On Sun, 10 Feb 2002, Stephan Szabo wrote:

> > local     all                                       password    postgres
> > host      all     xxx.xxx.xxx.xxx  255.255.255.255  password    postgres
> > local     shopdb                                    password        mark
> > host      shopdb  xxx.xxx.xxx.xxx  255.255.255.255  password        mark
>
> The final argument goes to an external file in $PGDATA that lists users
> (and optionally passwords) for the users that are allowed into the db.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: restore whoes
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: user to database restriction?