Re: Revoking CREATE TABLE

Поиск
Список
Период
Сортировка
От Adrian von Bidder
Тема Re: Revoking CREATE TABLE
Дата
Msg-id 201003250856.52822@fortytwo.ch
обсуждение исходный текст
Ответ на Re: Revoking CREATE TABLE  ("Tony Webb" <amw@sanger.ac.uk>)
Список pgsql-general
On Wednesday 24 March 2010 17.28:37 Tony Webb wrote:
> #revoke create on schema public from public;
> REVOKE

Note that this will *only* revoke the create right from "PUBLIC" and not
from any individual role that may have the right.  PostgreSQL unfortunately
does not have a "revoke ... from ALL".

So you need to revoke from all individual roles that have the right on this
database/schema.

cheers
-- vbi

--
Vorteil kleiner Menschen:  Sie werden bei Regen später naß.

Вложения

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

Предыдущее
От: Yan Cheng CHEOK
Дата:
Сообщение: Side effect of synchronous_commit = off
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Side effect of synchronous_commit = off