revoke/grant rights issue - Mailing list pgsql-hackers

From svn
Subject revoke/grant rights issue
Date
Msg-id 84dmhs$lmu$1@oak.prod.itd.earthlink.net
Whole thread Raw
List pgsql-hackers
Can someone direct me as to why the rights that I specify for a given table
doesn't take affect?   I revoked all rights to the "Public" and the postgres
default id "nobody" can still do inserts, deletes, updates, etc.   I do a \z
on the table and it shows no rights, but still allows anyone w/ a valid
postgres id to wipe out any row they wish.   I've even tried to manually
revoke the rights from "nobody" and it still doesn't work.  Are there
setting some where that "turns on" the specified privileges intiated by the
revoke/grant commands?


Thanks in advance.....





pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Index corruption
Next
From: Bruce Momjian
Date:
Subject: Using aggregate in HAVING