Re: [pgsql-hackers] Allow GRANT/REVOKE permissions to be applied to all schema - Mailing list pgsql-hackers

From Robert Treat
Subject Re: [pgsql-hackers] Allow GRANT/REVOKE permissions to be applied to all schema
Date
Msg-id 200501291443.39933.xzilla@users.sourceforge.net
Whole thread Raw
In response to Re: [pgsql-hackers] Allow GRANT/REVOKE permissions to be applied to all schema  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
On Saturday 29 January 2005 09:14, Stephen Frost wrote:
> * Tom Lane (tgl@sss.pgh.pa.us) wrote:
> > Or just make the user enter two commands for this case.  Aside from
> > syntactic simplicity, that might be a good idea anyway.  The NEW TABLES
> > case is *fundamentally* different from every other form of GRANT, in
> > that it causes future actions.  So it might be a wise idea from the
> > standpoint of understandability to keep it as a separate command from
> > the immediate-acting ALL TABLES.
>
> I agree with this- issueing two seperate commands in this instance seems
> like it'd be fine and not terribly onerous.
>

In general I'd agree, although as I start to think of the different 
combinations of tables/views/functions/sequences/types/operators/etc.. my 
head does start to spin.  

-- 
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL


pgsql-hackers by date:

Previous
From: Victor Yegorov
Date:
Subject: Re: Implementing Bitmap Indexes
Next
From: Tom Lane
Date:
Subject: Re: Implementing Bitmap Indexes