Re: system catalog

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jose Antonio Martinez <lfbbes(at)yahoo(dot)es>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: system catalog
Date: 2003-02-22 02:10:47
Message-ID: Pine.LNX.4.44.0302220306270.2067-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jose Antonio Martinez writes:

> an user (not superuser) of any postgresql database can
> access to pg_user, pg_database ,
> pg_stat_get_db_numbackends , ...
>
> is there any way of avoid this? i mean : only
> superuser could access to catalog and statisc views.

Revoke the permissions.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Neil Conway 2003-02-22 02:13:52 Re: escaping and sql injection
Previous Message Peter Eisentraut 2003-02-22 02:10:38 Re: How to update rows from a cursor in PostgreSQL