Re: [BUGS] BUG #14724: Unable to revoke CREATE privileges on publicschema

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [BUGS] BUG #14724: Unable to revoke CREATE privileges on publicschema
Дата
Msg-id 287670d7-5086-21a7-a0c6-ffced377ac2b@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #14724: Unable to revoke CREATE privileges on public schema  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-bugs
On 6/30/17 17:14, David G. Johnston wrote:
>     -- create a test db
>     CREATE DATABASE test
>       WITH OWNER = postgres
>            ENCODING = 'UTF8';
> 
>     -- log in as 'postres' and do:
>     REVOKE CREATE ON SCHEMA public FROM public;
> 
>     WARNING:  no privileges could be revoked for "public"
> 
> 
>     Query returned successfully with no result in 16 msec.
> 
> 
> https://www.postgresql.org/docs/9.6/static/sql-grant.html.
> 
> "No privileges are granted to PUBLIC by default on tables, columns,
> schemas or tablespaces."
> 
> You've been correctly warned that you've attempted to revoke a privilege
> that doesn't exist.

The "public" schema does by default have privileges, and the above
commands do work for me.  Maybe there is some silly stuff going on in
the template databases.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: [BUGS] BUG #14724: Unable to revoke CREATE privileges on public schema
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] BUG #14724: Unable to revoke CREATE privileges on public schema