Re: Permission denied when inserting (SOLVED)

Поиск
Список
Период
Сортировка
От Borek Lupomesky
Тема Re: Permission denied when inserting (SOLVED)
Дата
Msg-id 4D6BCC67.9010002@lupomesky.cz
обсуждение исходный текст
Ответ на Re: Permission denied when inserting  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On 28.2.2011 17:02, Tom Lane wrote:
>
>> you don't have permissions to verify the FK constraint. the query you
>> see in the error is exactly this test.
> 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.

    Ah! That's the piece information I didn't know. Yes, after doing
'ALTER TABLE out2cp OWNER TO "borelupo"' all is fine and dandy.
    Thank a lot, Tom.

> It sounds like the dump-and-restore process was pretty incomplete.
> How was it done exactly?  Not with pg_dumpall, I'm guessing.
>

    I used pg_restore and didn't use the right set of switches... I
know, silly me.

Borek

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Permission denied when inserting
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Permission denied when inserting