Re: Revoking CREATE TABLE - Mailing list pgsql-general

From Tony Webb
Subject Re: Revoking CREATE TABLE
Date
Msg-id 36C87DE3A8179546A8B2D00CC609EBB0055EA3@exchsrv4.internal.sanger.ac.uk
Whole thread Raw
In response to Revoking CREATE TABLE  ("Tony Webb" <amw@sanger.ac.uk>)
Responses Re: Revoking CREATE TABLE
Re: Revoking CREATE TABLE
List pgsql-general
Thanks Tom,

I think I'm still doing something wrong.

As a superuser I run:
#revoke create on schema public from public;
REVOKE

As the read only user straight after running the above:

create table barney2(col1 integer);
CREATE TABLE
\d barney2
    Table "public.barney2"
 Column |  Type   | Modifiers
--------+---------+-----------
 col1   | integer |

What should I try next? Presumably the privilege is being inherited from
another role?

Cheers

Pif



--
 The Wellcome Trust Sanger Institute is operated by Genome Research
 Limited, a charity registered in England with number 1021457 and a
 company registered in England with number 2742969, whose registered
 office is 215 Euston Road, London, NW1 2BE.

pgsql-general by date:

Previous
From: Ovid
Date:
Subject: Clipping values
Next
From: Ovid
Date:
Subject: Fw: Clipping values