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

From: Richard Huxton <dev(at)archonet(dot)com>
To: josh(at)agliodbs(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Allow GRANT/REVOKE permissions to be applied to all
Date: 2005-02-01 08:59:01
Message-ID: 41FF44D5.2090805@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Josh Berkus wrote:
>
> And overall, I'd think it would make the feature a *lot* less useful;
> basically it would encourage a lot of DBAs to organize their schemas by
> security level, which is not really what schemas are for.
>
>
>>This does seem conceptually cleaner than GRANT ON NEW TABLES, which to
>>me has a flavor of action-at-a-distance about it. Does anyone see any
>>cases where it's really important to have the distinction between acting
>>on existing tables and acting on future tables?
>
>
> Databases which are already in production. I suggested it, of course, because
> I would utilize the distinction if it was available. I don't know about
> other users.

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'

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2005-02-01 09:53:48 Re: 7.2.7 -> 8.0.1 Bundles Ready ...
Previous Message John Hansen 2005-02-01 07:31:30 Re: [NOVICE] Last ID Problem