Re: Privileges for INFORMATION_SCHEMA.SCHEMATA (was Re: Small clarification in "34.41. schemata") - Mailing list pgsql-docs

From Peter Eisentraut
Subject Re: Privileges for INFORMATION_SCHEMA.SCHEMATA (was Re: Small clarification in "34.41. schemata")
Date
Msg-id 510AD8E0.9020005@gmx.net
Whole thread Raw
In response to Privileges for INFORMATION_SCHEMA.SCHEMATA (was Re: Small clarification in "34.41. schemata")  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
On 1/9/13 8:56 PM, Tom Lane wrote:
> However, it seems to me that this behavior is actually wrong for our
> purposes, as it represents a too-literal reading of the spec.  The SQL
> standard has no concept of privileges on schemas, only ownership.
> We do have privileges on schemas, so it seems to me that the consistent
> thing would be for this view to show any schema that you either own or
> have some privilege on.  That is the test should be more like
>
>     pg_has_role(n.nspowner, 'USAGE')
>     OR has_schema_privilege(n.oid, 'CREATE, USAGE')
>
> As things stand, a non-superuser won't see "public", "pg_catalog",
> nor even "information_schema" itself in this view, which seems a
> tad silly.

I agree it would make sense to change this.



pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Manual Entries of commit_delay and commit_siblings are not complete.
Next
From: Peter Eisentraut
Date:
Subject: source download link in installation instructions