Re: Allow GRANT/REVOKE permissions to be applied to all

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Allow GRANT/REVOKE permissions to be applied to all
Date: 2005-02-01 10:02:52
Message-ID: 200502011102.53127.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2005-02-01 10:10:35 Re: [Feed-back] Installing PostgreSQL 8.0.0 on SPARC/Solaris. Configure and install issues.
Previous Message Peter Eisentraut 2005-02-01 09:56:12 Re: Our getopt_long() doesn't do abbreviations or NLS