Re: Grant / Revoke functionality

From: Richard Huxton <dev(at)archonet(dot)com>
To: shridhar(at)frodo(dot)hserus(dot)net, Alexander Priem <ap(at)cict(dot)nl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Grant / Revoke functionality
Date: 2004-02-18 09:54:48
Message-ID: 200402180954.48019.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday 18 February 2004 08:45, 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...

Also - have a look on techdocs.postgresql.org - before we had schemas someone
had written a plpgsql function to do wildcard matching of table names, also a
shell-script/perl iirc.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Lincoln Yeoh 2004-02-18 10:30:58 Re: Pg + perl + apache
Previous Message Shridhar Daithankar 2004-02-18 09:37:14 Re: Grant / Revoke functionality