Re: Grant / Revoke functionality

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: Grant / Revoke functionality
Дата
Msg-id 200402191554.23709.shridhar@frodo.hserus.net
обсуждение исходный текст
Ответ на Grant / Revoke functionality  (Alexander Priem <ap@cict.nl>)
Список pgsql-general
On Thursday 19 February 2004 15:43, Alexander Priem wrote:
> Hi Shridhar,
>
> I created some schemas, as you seggested, but the only rights I can apply
> to a schema are 'usage' and 'create'. Is it possible to assign 'select',
> 'insert' and 'update' rights to an entire schema?

No. You can not do that. You have to grant those right on the objects. However
while revoking them you can just revoke the schema rights and the objects
will be inaccessible to that user.

HTH

 Shridhar

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

Предыдущее
От: Alexander Priem
Дата:
Сообщение: Re: Grant / Revoke functionality
Следующее
От: Alexander Priem
Дата:
Сообщение: Re: Grant / Revoke functionality