Grant / Revoke functionality - Mailing list pgsql-general

From Alexander Priem
Subject Grant / Revoke functionality
Date
Msg-id 20040218080832.AA608D1DD26@svr1.postgresql.org
Whole thread Raw
Responses Re: Grant / Revoke functionality  (Shridhar Daithankar <shridhar@frodo.hserus.net>)
List pgsql-general
<p>Hi guys,<p>I have a fairly big PostgreSQL 7.4.0 database running here and I am currently busy managing the rights of
thedifferent database users. I have a lot of tables, vieuws, sequences etc.<p>If I use Grant / Revoke to manage user
rights,I have to name all of the different tables/views to grant or revoke a right. For instance, I cannot say
somethinglike 'Revoke Select on all tables' followed by 'Grant Select on all views' so users can only access data
throughviews. There is only something like 'Grant Select on database xxx'...<p>Is there a way in which I can give
rightsto a user for a set of tables/views/sequences WITHOUT having to name all of the table/view/sequence
names?<p>Thanksin advance.<p>Alexander Priem 

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: String manipulation
Next
From: Shridhar Daithankar
Date:
Subject: Re: Grant / Revoke functionality