Re: grant select,... over schema

Поиск
Список
Период
Сортировка
От chester c young
Тема Re: grant select,... over schema
Дата
Msg-id 20060228171047.36374.qmail@web54312.mail.yahoo.com
обсуждение исходный текст
Ответ на grant select,... over schema  (chester c young <chestercyoung@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: chester c young
Дата:
Сообщение: grant select,... over schema
Следующее
От: "Daniel Caune"
Дата:
Сообщение: plsql / time statement