Re: Permission for pg_shadow. - Mailing list pgsql-general

From Alban Hertroys
Subject Re: Permission for pg_shadow.
Date
Msg-id CAF-3MvN592+fxwhOAqJit+wjf5PumOzOEP0TdcR1Yu1XT6WH3w@mail.gmail.com
Whole thread Raw
In response to Permission for pg_shadow.  (AI Rumman <rummandba@gmail.com>)
List pgsql-general
On 10 October 2011 10:30, AI Rumman <rummandba@gmail.com> wrote:
> I have an application which query on the pg_shadow view. But the user that I
> was provided by my hosting server does have permission to do that.
> I checked that only superuser can query in pg_shadow view. But hosting
> service provider will not give me superuser permission.
> Is there any other alternative way that I may follow?
> Please suggest me.

According to the documentation at
http://www.postgresql.org/docs/8.3/static/view-pg-shadow.html you
should be using pg_user instead of pg_shadow (which has been
deprecated BTW).

That may not solve your issue with the database hosting provider. If I
would be hosting a database server for multiple customers, I would
block access to even that view - the accounts of other database users
(other customers) are simply none of your business.

Your best bet would be to find some other way to do whatever you're
using pg_shadow for. Something that will only involve users of your
own database(s).

--
If you can't see the forest for the trees,
Cut the trees and you'll see there is no forest.

pgsql-general by date:

Previous
From: Frank Lanitz
Date:
Subject: Re: Postgres 8.4: archive_timeout vs. checkpoint_timeout
Next
From: Filip Rembiałkowski
Date:
Subject: Re: could not create file "base/16384/11500": File exists