Re: Permissions not working - Mailing list pgsql-sql

From Tom Lane
Subject Re: Permissions not working
Date
Msg-id 17807.1083280047@sss.pgh.pa.us
Whole thread Raw
In response to Re: Permissions not working  (Pallav Kalva <pkalva@deg.cc>)
Responses Re: Permissions not working  (Pallav Kalva <pkalva@deg.cc>)
List pgsql-sql
Pallav Kalva <pkalva@deg.cc> writes:
> 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'.

That isn't a supported operation.  How did you do it exactly?  I suspect
that you got it wrong somehow ...

> I dont want  user 'test' to access any tables from the 'ups' 
> database, i tried revoking permissions it still doesnt work.

What did you revoke?  What does psql's "\z" command show for the problem
tables?
        regards, tom lane


pgsql-sql by date:

Previous
From: "Yudie"
Date:
Subject: isnumeric() function?
Next
From: "Ramesh Patel"
Date:
Subject: Problem in SQL Trigger