Re: [PATCH] DefaultACLs - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCH] DefaultACLs
Date
Msg-id 200907231254.45451.peter_e@gmx.net
Whole thread Raw
In response to Re: [PATCH] DefaultACLs  (Petr Jelinek <pjmodos@pjmodos.net>)
Responses Re: [PATCH] DefaultACLs  (Petr Jelinek <pjmodos@pjmodos.net>)
List pgsql-hackers
On Thursday 23 July 2009 06:26:05 Petr Jelinek wrote:
> I'd still like to have opinion from one of the commiters on "the
> VIEW problem" which also affects grant on all patch ( see
> http://archives.postgresql.org/pgsql-hackers/2009-07/msg00957.php ) and
> I fear "returned with feedback" might prevent that until next commit fest.

I see potential for confusion in that GRANT ON TABLE x works if x is a base 
table or a view, but GRANT ON ALL TABLES would not affect views.  Maybe you 
need to make up a different syntax to affect only base tables, e.g., GRANT ON 
ALL BASE TABLES.


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Determining client_encoding from client locale
Next
From: Andreas Wenk
Date:
Subject: Re: psql - small fix in \du