Re: BUG #1937: Parts of information_schema only accessible to owner - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: BUG #1937: Parts of information_schema only accessible to owner
Date
Msg-id 200510081927.05966.peter_e@gmx.net
Whole thread Raw
In response to BUG #1937: Parts of information_schema only accessible to owner  ("Tony Marston" <tony@marston-home.demon.co.uk>)
Responses Re: BUG #1937: Parts of information_schema only accessible to owner
List pgsql-bugs
Tony Marston wrote:
> I have searched through the SQL 2003 standard and can find no such
> restriction. In the volume titled "Information and Definition Schemas
> (SQL/Schemata)" in section 5.20 (INORMATON_SCHEMA.COLUMNS view) it
> states the following under the heading "Function":
>
> "Identify the columns of tables defined in this catalog that are
> accessible to a given user or role."

The information schema currently follows SQL 1999.  Interestingly, the
requirement to "blank out" the column defaults of non-owned tables was
apparently dropped in SQL 2003.  Clearly, we need to review the
information schema for SQL 2003 conformance.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: BUG #1937: Parts of information_schema only accessible
Next
From: Stephan Szabo
Date:
Subject: Re: BUG #1937: Parts of information_schema only accessible