Re: BUG #1937: Parts of information_schema only accessible to owner

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1937: Parts of information_schema only accessible to owner
Date: 2005-10-08 17:27:05
Message-ID: 200510081927.05966.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2005-10-08 17:39:53 Re: BUG #1937: Parts of information_schema only accessible
Previous Message Tony Marston 2005-10-08 17:24:53 Re: BUG #1937: Parts of information_schema only accessible to owner