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

From: Bruno Wolff III <bruno(at)wolff(dot)to>
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-28 21:03:19
Message-ID: 20050128210319.GA19679@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jan 28, 2005 at 21:17:46 +0100,
Matthias Schmidt <schmidtm(at)mock-software(dot)de> wrote:
> Hi everybody,
>
> I thought a little bit on possible GRANT syntax for granting to groups
> of objects.
>
> In general, we have the following entities we can grant permissions to:
>
> 1. TABLE
> 2. DATABASE
> 3. FUNCTION
> 4. LANGUAGE
> 5. SCHEMA
> 6. TABLESPACE

You left out SEQUENCES.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kris Jurka 2005-01-28 21:30:00 Re: Group-count estimation statistics
Previous Message Josh Berkus 2005-01-28 20:49:42 Re: [pgsql-hackers] Allow GRANT/REVOKE permissions to be applied to all schema