Re: [SPAM] Re: Permissions not working - Mailing list pgsql-sql

From Tom Lane
Subject Re: [SPAM] Re: Permissions not working
Date
Msg-id 13033.1083594203@sss.pgh.pa.us
Whole thread Raw
In response to Re: [SPAM] Re: Permissions not working  (Pallav Kalva <pkalva@deg.cc>)
Responses Re: [SPAM] Re: Permissions not working
List pgsql-sql
Pallav Kalva <pkalva@deg.cc> writes:
> I did the same, still doesnt work . Here is the sequence of what I did .

> usps=# revoke all on database usps from public,test;

You seem to think that that translates to revoking all privileges to
objects within the database.  It doesn't.  It only revokes privileges
directly associated with the database object, which are the rights to
create new schemas and temp tables within the database.
        regards, tom lane


pgsql-sql by date:

Previous
From: Arne Stoelck
Date:
Subject: Re: \D TO FILE
Next
From: Pallav Kalva
Date:
Subject: Re: [SPAM] Re: Permissions not working