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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: BUG #1937: Parts of information_schema only accessible to owner
Дата
Msg-id 200510081927.05966.peter_e@gmx.net
обсуждение исходный текст
Ответ на BUG #1937: Parts of information_schema only accessible to owner  ("Tony Marston" <tony@marston-home.demon.co.uk>)
Ответы Re: BUG #1937: Parts of information_schema only accessible to owner  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #1937: Parts of information_schema only accessible
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: BUG #1937: Parts of information_schema only accessible