Re: Privileges on public schema can't be revoked? - Mailing list pgsql-general

From Tom Lane
Subject Re: Privileges on public schema can't be revoked?
Date
Msg-id 18465.1473193950@sss.pgh.pa.us
Whole thread Raw
In response to Re: Privileges on public schema can't be revoked?  (Stephen Frost <sfrost@snowman.net>)
List 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 by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Privileges on public schema can't be revoked?
Next
From: Patrick B
Date:
Subject: Postgres UPGRADE from 9.2 to 9.4