Re: Grant / Revoke functionality - Mailing list pgsql-general

From Kris Jurka
Subject Re: Grant / Revoke functionality
Date
Msg-id Pine.LNX.4.33.0402190033160.3059-100000@leary.csoft.net
Whole thread Raw
In response to Re: Grant / Revoke functionality  (Shridhar Daithankar <shridhar@frodo.hserus.net>)
Responses Re: Grant / Revoke functionality  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general

On Wed, 18 Feb 2004, Shridhar Daithankar wrote:

> On Wednesday 18 February 2004 13:38, Alexander Priem wrote:
> > Is there a way in which I can give rights to a user for a set of
> > tables/views/sequences WITHOUT having to name all of the
> > table/view/sequence names?
>
> You can use schemas. Just put everything under schema and grant user
> rights to the schema...
>

This is not accurate.  The only schema level permissions are CREATE and
USAGE they are independent of the permissions on the objects contained
within.  He would still need to grant access to the underlying objects.

Kris Jurka


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: cannot use createlang after removing public schema
Next
From: Tom Lane
Date:
Subject: Re: Grant / Revoke functionality