Re: permission denied for schema

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: permission denied for schema
Дата
Msg-id 28403.1182549517@sss.pgh.pa.us
обсуждение исходный текст
Ответ на permission denied for schema  (jef peeraer <jef.peeraer@telenet.be>)
Ответы Re: permission denied for schema  (jef peeraer <jef.peeraer@telenet.be>)
Список pgsql-general
jef peeraer <jef.peeraer@telenet.be> writes:
> i get this when i try to insert a record into a table. all permissions /
> privileges seems ok, but probably i missed something. i am running a
> 8.1.3 on linux.

> registratie=> INSERT INTO clienten
> (anoniem,geslacht,leeftijd,origine,team_id,hulpverlener_id) VALUES
> ('true','45','58','864','30','221');
> ERROR:  permission denied for schema deterp
> CONTEXT:  SQL statement "SELECT 1 FROM ONLY "deterp"."teams" x WHERE
> "id" = $1 FOR SHARE OF x"

That's a foreign-key check, which is supposed to be done as the owner of
the table.  You did not show us who owns table clienten, but I think
that role must be missing the intended(?) membership in deterp_group.

            regards, tom lane

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

Предыдущее
От: Richard Broersma Jr
Дата:
Сообщение: Re: Possible bug (or I don't understand how foreign keys should work with partitions)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [JDBC] creating temporary table PostgreSql 8.1 and iBatis 2.3