Re: Question about schema-level permissions

Поиск
Список
Период
Сортировка
От Mike Christensen
Тема Re: Question about schema-level permissions
Дата
Msg-id CABs1bs2jZKoiGwuH2CJ+0NZdDugBKwnffVUWkitqgdaEZTWRuQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Question about schema-level permissions  (Christophe Pettus <xof@thebuild.com>)
Список pgsql-general
Excellent, thanks so much!

Mike

On Thu, May 10, 2012 at 9:38 PM, Christophe Pettus <xof@thebuild.com> wrote:
>
> On May 10, 2012, at 9:16 PM, Mike Christensen wrote:
>> Am I missing something?  Doesn't GRANT ALL mean that user can do
>> anything they want with objects in that schema, including inserts?
>
> No, it means that user has all privileges on *schema itself*; the objects inside of it have their own permissions.
 Whatyou are looking for is: 
>
>        GRANT ALL ON ALL TABLES IN SCHEMA Indexer TO Indexer;
>
> --
> -- Christophe Pettus
>   xof@thebuild.com
>

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

Предыдущее
От: Christophe Pettus
Дата:
Сообщение: Re: Question about schema-level permissions
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Sequence scan if "OR Condition" in where statement