BUG #2850: Cannot select from information_schema.schemat

From: "Tony Marston" <tony(at)marston-home(dot)demon(dot)co(dot)uk>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2850: Cannot select from information_schema.schemat
Date: 2006-12-21 11:46:21
Message-ID: 200612211146.kBLBkLqA001218@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2850
Logged by: Tony Marston
Email address: tony(at)marston-home(dot)demon(dot)co(dot)uk
PostgreSQL version: 8.2
Operating system: Windows XP
Description: Cannot select from information_schema.schemat
Details:

If I am logged on as a user other than 'postgres' and I try the query

SELECT * FROM information_schema.schemata

I get no results. Yet if I try the equivalent query

SELECT * FROM pg_namespace

I can see all the available schema names.

Why is there a difference when the two queries are supposed to provide the
same results?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Gurjeet Singh 2006-12-21 12:08:07 Re: BUG #2849: Erroronous UPDATE syntax in documentation
Previous Message Gurjeet Singh 2006-12-21 11:43:44 BUG #2849: Erroronous UPDATE syntax in documentation