Privileges on information_schema

From: "Christian Rengstl" <Christian(dot)Rengstl(at)klinik(dot)uni-regensburg(dot)de>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Privileges on information_schema
Date: 2007-10-05 09:41:34
Message-ID: 4706234C.90AD.0080.0@klinik.uni-regensburg.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi list,

whenever I execute the following query as admin I get all results, but
as soon as I execute it as a less-privileged user the result is empty.
SELECT * FROM information_schema.schemata

Strange enough, when I query information_schema.tables I can see
everything both as a normal user and admin. I tried explicitly setting
the SELECT privileges on the above mentioned view but without success.
I really appreciate any help.

Christian Rengstl M.A.
Klinik und Poliklinik für Innere Medizin II
Kardiologie - Forschung
Universitätsklinikum Regensburg
B3 1.388
Franz-Josef-Strauss-Allee 11
93053 Regensburg
Tel.: +49-941-944-7230

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2007-10-05 12:00:59 Re: Slow TSearch2 performance for table with 1 million documents.
Previous Message Bima Djaloeis 2007-10-05 09:31:04 starting a stored procedure+rule AFTER an insert