Permissions on tables and views

Поиск
Список
Период
Сортировка
От subhash@nmsu.edu
Тема Permissions on tables and views
Дата
Msg-id 1111526888.42408de81a042@webmail.nmsu.edu
обсуждение исходный текст
Ответы Re: Permissions on tables and views  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-sql
Hi,
I have a requirement where I have a table and a view on top of it. I want to
make some changes so that a user in a given group would be able to insert/update
only on the view (ofcourse i have a rule which inserts/updates the table) but
not on the underlying table. I tried revoke the insert/update permissions on the
table, but it fails even the inserts/updates on the view. How can i set these
permissions ?
Thanks,
Subhash. 


В списке pgsql-sql по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Self-referencing table question
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Permissions on tables and views