Re: Revoking CREATE TABLE

From: "Tony Webb" <amw(at)sanger(dot)ac(dot)uk>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Revoking CREATE TABLE
Date: 2010-03-24 16:28:37
Message-ID: 36C87DE3A8179546A8B2D00CC609EBB0055EA3@exchsrv4.internal.sanger.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ovid 2010-03-24 16:30:56 Fw: Clipping values
Previous Message Ovid 2010-03-24 15:52:41 Clipping values