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

From Hilary Forbes
Subject Re: Help with privilages please
Date
Msg-id 5.1.0.14.0.20060721130134.04304e38@mailserver.dmr.co.uk
Whole thread Raw
In response to Re: Help with privilages please  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Help with privilages please  ("Andrew Hammond" <andrew.george.hammond@gmail.com>)
List pgsql-sql
Tom<br /><br /> Thank you - I think that the underlying problem is that I was trying out<br /><br /> REVOKE ALL FROM
TABLEsuppliers FOR public;<br /><br /> then connect as hilary and I can still see the table rows.<br /><br /> I appear
tohave to revoke each type eg<br /> REVOKE SELECT FROM TABLE suppliers FOR public;<br /> etc and then the code
works.<br/><br /> Is this a known bug in this version (7.4.1)?<br /><br /> Thanks<br /> Hilary<br /><br /><br /> At
18:0820/07/2006 -0400, Tom Lane wrote:<br /><br /><blockquote cite="cite" class="cite" type="cite">Hilary Forbes
<hforbes@dmr.co.uk>writes:<br /> > I have an existing table suppliers and I have created a new user<br /> >
'hilary'<br><br><br/> > REVOKE ALL on TABLE suppliers FROM hilary;<br><br><br /> > now
loginas hilary<br><br /> > SELECT * from suppliers;<br><br /> > and I get all the
records!!!<br><br><br/><br /> Most likely there's been a grant of (at least) select privilege to PUBLIC.<br
/>You'll need to revoke that if you don't want every user to have that<br /> privilege implicitly.<br /><br />
                        regards,tom lane<br /><br /> ---------------------------(end of
broadcast)---------------------------<br/> TIP 6: explain analyze is your friend</blockquote><p> Hilary Forbes<br />
DMRLimited (UK registration 01134804) <br /> A DMR Information and Technology Group company (<a eudora="autourl"
href="http://www.dmr.co.uk/"><fontcolor="#0000FF"><u>www.dmr.co.uk</u></font></a>) <br /> Direct tel 01689 889950 Fax
01689860330 <br /> DMR is a UK registered trade mark of DMR Limited<br />
**********************************************************

pgsql-sql by date:

Previous
From: Patrick Jacquot
Date:
Subject: Re: simple problem???
Next
From: Hilary Forbes
Date:
Subject: System catalog table privileges