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.