On Tue, Jul 1, 2014 at 1:28 PM, David G Johnston <david.g.johnston@xxxxxxxxx> wrote:
The first rule regarding PostgreSQL permissions is that everything is
forbidden unless allowed - via GRANT. REVOKE simply undoes whatever has
been granted; it does not put up a block to prevent inheritance of granted
permissions.
Thanks!