Re: revoke from all users

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: revoke from all users
Дата
Msg-id 1264458288.24495.9.camel@monkey-cat.sm.truviso.com
обсуждение исходный текст
Ответ на revoke from all users  ("Little, Douglas" <DOUGLAS.LITTLE@orbitz.com>)
Список pgsql-general
On Mon, 2010-01-25 at 15:55 -0600, Little, Douglas wrote:
> Is there a form of the revoke command that will revoke specific
> privileges from all users?

Does the CASCADE option work for you?

http://www.postgresql.org/docs/8.4/static/sql-revoke.html

You can REVOKE the privileges from the user who initially GRANTed them
(probably the creator of the object) using the CASCADE option, and that
should revoke privileges from the rest of the users as well.

Regards,
    Jeff Davis


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

Предыдущее
От: "Little, Douglas"
Дата:
Сообщение: revoke from all users
Следующее
От: xu fei
Дата:
Сообщение: Re: FTS uses "tsquery" directly in the query