Re: Permissions not working

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pallav Kalva <pkalva(at)deg(dot)cc>
Cc: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Permissions not working
Date: 2004-04-29 23:07:27
Message-ID: 17807.1083280047@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Pallav Kalva <pkalva(at)deg(dot)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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Ramesh Patel 2004-04-30 04:48:18 Problem in SQL Trigger
Previous Message Yudie 2004-04-29 22:46:21 isnumeric() function?