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

From Josh Berkus
Subject Re: Allow GRANT/REVOKE permissions to be applied to all schema
Date
Msg-id 200502010819.02012.josh@agliodbs.com
Whole thread Raw
In response to Re: Allow GRANT/REVOKE permissions to be applied to all  (Richard Huxton <dev@archonet.com>)
Responses Re: Allow GRANT/REVOKE permissions to be applied to all  (Richard Huxton <dev@archonet.com>)
Re: Allow GRANT/REVOKE permissions to be applied to all schema  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Richard,

> pg_find --type=table --schema=foo --name='system_*' --execute='GRANT ALL
>   ON % TO myuser'

Hey, that's a way keen idea.   Regardless of what we do with GRANT/REVOKE.  
You don't happen to, uh, have any code for that?

-- 
Josh Berkus
Aglio Database Solutions
San Francisco


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Group-count estimation statistics
Next
From: Richard Huxton
Date:
Subject: Re: Allow GRANT/REVOKE permissions to be applied to all