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

From Peter Eisentraut
Subject Re: Allow GRANT/REVOKE permissions to be applied to all
Date
Msg-id 200502011102.53127.peter_e@gmx.net
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  (Abhijit Menon-Sen <ams@oryx.com>)
List pgsql-hackers
Richard Huxton wrote:
> Do we perhaps want a pg_find tool instead, rather than getting too
> clever inside the backend?
>
> pg_find --type=table --schema=foo --name='system_*' --execute='GRANT
> ALL ON % TO myuser'

We really should reimplement our query language in Scheme and implement 
SQL on top of that.  It will make many things much easier. :-)

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Our getopt_long() doesn't do abbreviations or NLS
Next
From: "Marc G. Fournier"
Date:
Subject: Re: 7.2.7 -> 8.0.1 Bundles Ready ...