Re: Grant / Revoke functionality

From: Shridhar Daithankar <shridhar(at)frodo(dot)hserus(dot)net>
To: Alexander Priem <ap(at)cict(dot)nl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Grant / Revoke functionality
Date: 2004-02-19 10:24:23
Message-ID: 200402191554.23709.shridhar@frodo.hserus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thursday 19 February 2004 15:43, Alexander Priem wrote:
> Hi Shridhar,
>
> I created some schemas, as you seggested, but the only rights I can apply
> to a schema are 'usage' and 'create'. Is it possible to assign 'select',
> 'insert' and 'update' rights to an entire schema?

No. You can not do that. You have to grant those right on the objects. However
while revoking them you can just revoke the schema rights and the objects
will be inaccessible to that user.

HTH

Shridhar

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Priem 2004-02-19 10:32:19 Re: Grant / Revoke functionality
Previous Message Alexander Priem 2004-02-19 10:13:55 Re: Grant / Revoke functionality