Re: Allow GRANT/REVOKE permissions to be applied to all schema objects with one command

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Matthias Schmidt <schmidtm(at)mock-software(dot)de>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Allow GRANT/REVOKE permissions to be applied to all schema objects with one command
Date: 2005-01-29 02:26:05
Message-ID: 20050129022605.GA28498@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jan 28, 2005 at 09:17:46PM +0100, Matthias Schmidt wrote:

> a) accept some sort of wildcard for the grant on table syntax:
> GRANT ... ON TABLE schema.*

What about a list,

GRANT ... ON TABLE table1, table2, ... TO user1, user2, ...;

It would be good if it was a list of wildcards. Not sure if that is
workable.

--
Alvaro Herrera (<alvherre[(at)]dcc(dot)uchile(dot)cl>)
"La fuerza no está en los medios físicos
sino que reside en una voluntad indomable" (Gandhi)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Brown 2005-01-29 02:46:51 Re: Allow GRANT/REVOKE permissions to be applied to all schema objects with one command
Previous Message Tom Lane 2005-01-29 00:43:14 Re: [pgsql-hackers] Allow GRANT/REVOKE permissions to be applied to all schema