Re: Curious (mis)behavior of access rights

Поиск
Список
Период
Сортировка
От Matthew T. O'Connor
Тема Re: Curious (mis)behavior of access rights
Дата
Msg-id 001b01c0ed4c$5e18e0c0$040a0a0a@ctlno.com
обсуждение исходный текст
Ответ на Curious (mis)behavior of access rights  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Curious (mis)behavior of access rights  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
----- Original Message -----
From: "Tom Lane" <tgl@sss.pgh.pa.us>
>
> The only downside of this is that we'd lose the "feature" of being able
> to revoke from a particular user a right that is available via PUBLIC to
> everyone else.

Could we add additional privlideges that explicitly restrict a user?
Perhaps negative permissions like -x -r etc...  This would override group
and public permissions and could be set via revoke.  What does the SQL Spec
say the behaviour should be when group and user permissions are in conflict?




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Curious (mis)behavior of access rights
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Re: AW: Re: Support for %TYPE in CREATE FUNCTION