Re: Privileges on public schema can't be revoked?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Privileges on public schema can't be revoked?
Дата
Msg-id 18465.1473193950@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Privileges on public schema can't be revoked?  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-general
Stephen Frost <sfrost@snowman.net> writes:
> \dn+ in psql will give you the access privileges for all schemas.

> I'd have to look at the "other solutions" you're referring to, but, in
> general, we do not exclude the public role in any way from the access
> privilege system.

Possibly Greg was thinking of the information_schema views.  Grants to
PUBLIC do show up in those.  The problem is that there's no view there
that covers schema privileges, probably because the SQL standard doesn't
really have any such thing as grantable schema privileges.  (Or at least
it didn't last I heard, I might be out of date.)

            regards, tom lane


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Privileges on public schema can't be revoked?
Следующее
От: Patrick B
Дата:
Сообщение: Postgres UPGRADE from 9.2 to 9.4