Re: Revoking CREATE TABLE - Mailing list pgsql-general

From Adrian von Bidder
Subject Re: Revoking CREATE TABLE
Date
Msg-id 201003250856.52822@fortytwo.ch
Whole thread Raw
In response to Re: Revoking CREATE TABLE  ("Tony Webb" <amw@sanger.ac.uk>)
List 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ß.

Attachment

pgsql-general by date:

Previous
From: Yan Cheng CHEOK
Date:
Subject: Side effect of synchronous_commit = off
Next
From: Guillaume Lelarge
Date:
Subject: Re: Side effect of synchronous_commit = off