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 200510091842.02518.peter_e@gmx.net
Whole thread Raw
In response to Re: 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 disagree. The function description in the SQL 1999 standard says
> "Identify the columns of tables defined in this catalog that are
> accessible to a given user." It is clear that the actual code sample
> given does not conform to this description,

First of all, the current implementation certainly "identifies" all the
desired columns, because you can clearly get the "identity" of all
columns from that view.

Moreover, the functional description does not say anything about the
details of the view, leaving that to the formal definition below.  If
we followed your reading of the standard, the view would simply give
the names of the columns along with table and schema name and that's
all.

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

pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: BUG #1937: Parts of information_schema only accessible to owner
Next
From: David Fetter
Date:
Subject: Re: BUG #1947: Enhancement Request - CONCAT() function