7.3 and user permissions

From: Chris Hoover <revoohc(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: 7.3 and user permissions
Date: 2005-07-13 15:42:48
Message-ID: 1d219a6f05071308424e3d4199@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I'm having a strange issue. I just created a new user with createdb
and createuser permissions. The user only has permissions to view the
data in one database. However, when I login to any db as him, I am
able to select data from tables that he has no select permisisons on.
The user is not in any groups.

Does anyone know what is going on, or something I'm over looking. The
tables are in the public schema and a few others.

Also, I would really prefer that this user only have access to his one
db and not able to see anything in the other db's. Is this possible?

Thanks,

Chris
PG 7.3.4 (I know, we're working on a plan to go to 8)

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2005-07-13 16:49:11 Re: 7.3 and user permissions
Previous Message Tom Lane 2005-07-13 14:20:23 Re: procedural languages and public schema