Re: grant select,... over schema - Mailing list pgsql-sql

From chester c young
Subject Re: grant select,... over schema
Date
Msg-id 20060228171047.36374.qmail@web54312.mail.yahoo.com
Whole thread Raw
In response to grant select,... over schema  (chester c young <chestercyoung@yahoo.com>)
List pgsql-sql
do not want to grant ALL PRIVILEGES to user, only SELECT - do not want
PUBLIC to have any dml priveleges on this schema

--- Michael James <Michael.James@icrossing.com> wrote:

> GRANT ALL PRIVILEGES ON databaseName To username;
> 
> 
> is there any way to grant over all applicable objects in a schema,
> 
> > grant select on schema pop to public; <-- wrong
> 
> without specifically granting the select on each table?
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


pgsql-sql by date:

Previous
From: chester c young
Date:
Subject: grant select,... over schema
Next
From: "Daniel Caune"
Date:
Subject: plsql / time statement