Re: Problem with insert related to different schemas

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with insert related to different schemas
Дата
Msg-id 24030.1271863392@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problem with insert related to different schemas  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: Problem with insert related to different schemas  (Gonzalo Aguilar Delgado <gaguilar@aguilardelgado.com>)
Список pgsql-sql
Scott Marlowe <scott.marlowe@gmail.com> writes:
> On Wed, Apr 21, 2010 at 7:25 AM, Gonzalo Aguilar Delgado
> <gaguilar@aguilardelgado.com> wrote:
>> Maybe but I ran even grant all on schema public for this user to check
>> if this was the problem.

> That doesn't do what you think it does.  You need to grant on the actual object.

The error he was getting was about permissions for the schema, though.

One thought: if you're running any moderately recent version of PG,
the FK check query will be run as though by the owner of the table,
not whoever issued the INSERT.  Maybe that user doesn't have the right
permissions?
        regards, tom lane


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

Предыдущее
От: "Oliveiros"
Дата:
Сообщение: Re: LEFT OUTER JOIN issue
Следующее
От: Harald Fuchs
Дата:
Сообщение: Re: LEFT OUTER JOIN issue