On Tue, Jul 1, 2014 at 1:28 PM, David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com
> 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!