Re: BUG #3540: "REVOKE CREATE ON SCHEMA" public doesn't work - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: BUG #3540: "REVOKE CREATE ON SCHEMA" public doesn't work
Date
Msg-id 20070815171917.GE25596@alvh.no-ip.org
Whole thread Raw
In response to BUG #3540: "REVOKE CREATE ON SCHEMA" public doesn't work  ("Richard Rowell" <richard.rowell@gmail.com>)
List pgsql-bugs
Richard Rowell escribió:

> perm_test=> revoke create on schema foo from bar;
>
> REVOKE
>
> perm_test=# revoke create on schema public from bar;
>
> REVOKE

You have to revoke from PUBLIC too, otherwise the user still has access
via that one.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-bugs by date:

Previous
From: "Richard Rowell"
Date:
Subject: BUG #3540: "REVOKE CREATE ON SCHEMA" public doesn't work
Next
From: "Kevin Grittner"
Date:
Subject: Re: BUG #3540: "REVOKE CREATE ON SCHEMA" public doesn't work