Re: Revoking CREATE TABLE

Поиск
Список
Период
Сортировка
От Tony Webb
Тема Re: Revoking CREATE TABLE
Дата
Msg-id 36C87DE3A8179546A8B2D00CC609EBB0055EA3@exchsrv4.internal.sanger.ac.uk
обсуждение исходный текст
Ответ на Revoking CREATE TABLE  ("Tony Webb" <amw@sanger.ac.uk>)
Ответы Re: Revoking CREATE TABLE  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Revoking CREATE TABLE  (Adrian von Bidder <avbidder@fortytwo.ch>)
Список 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 по дате отправления:

Предыдущее
От: Ovid
Дата:
Сообщение: Clipping values
Следующее
От: Ovid
Дата:
Сообщение: Fw: Clipping values