Re: Help with privilages please - Mailing list pgsql-sql

From Richard Broersma Jr
Subject Re: Help with privilages please
Date
Msg-id 20060720202804.9194.qmail@web31806.mail.mud.yahoo.com
Whole thread Raw
In response to Help with privilages please  (Hilary Forbes <hforbes@dmr.co.uk>)
List pgsql-sql
REVOKE ALL on TABLE suppliers FROM hilary;
now login as hilary
SELECT * from suppliers;
and I get all the records!!!
If I create a **new** table though and then do the above, the permissionswork I get a polite
message telling me "no go".  Thissounds to me like a problem with earlier compatibility.  Is there
away I can overcome this.  A simple dump/restore does not solve theproblem.


You might also have to revoke all from public:

Regards,
Richard Broersma Jr.


pgsql-sql by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: Error when trying to use a FOR loop
Next
From: George Weaver
Date:
Subject: Re: Error when trying to use a FOR loop