Permissions not working

From: Pallav Kalva <pkalva(at)deg(dot)cc>
To: pgsql-sql(at)postgresql(dot)org
Subject: Permissions not working
Date: 2004-04-29 20:53:10
Message-ID: 40916B36.8070802@deg.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi ,

I am having some problems with setting up permissions in Postgres. I
have a database for ex: 'ups' and it was owned previously by
'postgres(superuser)' but now i have changed the ownership to new user
'ups' all the tables are owned by these user 'ups'. This database doesnt
have any schemas except for 'Public'. I have created another user lets
say 'test' and i didnt give 'test' user any permissions to access the
tables owned by 'ups' but still when i login to 'ups' database as psql
ups test and run a select on the tables owned by 'ups' database it
goes through.
I dont want user 'test' to access any tables from the 'ups'
database, i tried revoking permissions it still doesnt work. Can anyone
tell me what is wrong here ?

Appreciate your help.

Thanks!
Pallav

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message scott.marlowe 2004-04-29 21:26:01 Re: Permissions not working
Previous Message Josh Berkus 2004-04-29 20:47:16 Re: Use arrays or not?