Re: Permission denied when inserting

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Permission denied when inserting
Дата
Msg-id 8215.1298909827@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Permission denied when inserting  (Adrian Klaver <adrian.klaver@gmail.com>)
Ответы Re: Permission denied when inserting  (Adrian Klaver <adrian.klaver@gmail.com>)
Список pgsql-general
Adrian Klaver <adrian.klaver@gmail.com> writes:
> On Monday, February 28, 2011 8:02:53 am Tom Lane wrote:
>> Right.  But actually, that query will be run with the permissions of the
>> owner of the table, so it's that user (not necessarily the one doing the
>> INSERT) who lacks permissions.

> The OP listed the permissions for the tables:

> spam=> \z out2cp
>                                                Access privileges for
> database "spam"
>   Schema |  Name  | Type  |
> Access privileges
>
--------+--------+-------+-------------------------------------------------------------------------------------------------------
>   public | out2cp | table |
> {swcoll=r/petrcech,swcgi=r/petrcech,spamdump=r/petrcech,facility=r/petrcech,borelupo=arwdxt/petrcech}
> (1 row)

> Looks like borelupo is owner of permout and has permissions on out2cp.

But what matters is the permissions of the owner of out2cp, which looks
from this to be petrcech.  And I don't see that he's granted himself
any permissions.

            regards, tom lane

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

Предыдущее
От: Arturo Perez
Дата:
Сообщение: FTS and words near one another
Следующее
От: Borek Lupomesky
Дата:
Сообщение: Re: Permission denied when inserting (SOLVED)