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

From Stephen Frost
Subject Re: [pgsql-hackers] Allow GRANT/REVOKE permissions to be applied to all schema
Date
Msg-id 20050129141438.GB10437@ns.snowman.net
Whole thread Raw
In response to Re: [pgsql-hackers] Allow GRANT/REVOKE permissions to be applied to all schema  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [pgsql-hackers] Allow GRANT/REVOKE permissions to be applied to all schema
List pgsql-hackers
* 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.
Stephen

pgsql-hackers by date:

Previous
From: "Victor Y. Yegorov"
Date:
Subject: Implementing Bitmap Indexes
Next
From: Philip Warner
Date:
Subject: Allowing VACUUM to time out when waiting for locks?