Delete denied?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Delete denied?
Дата
Msg-id 200308221624.13158.josh@agliodbs.com
обсуждение исходный текст
Ответы Re: Delete denied?
Re: Delete denied?
Re: Delete denied?
Список pgsql-sql
Stephan, Tom:

Hey, I have a function which can involve some records being deleted at the
end.   The user calling the function has permission to delete records (and
I've tested this), but when I run the function I get "permission denied".

Any clue?  I remember in 7.1.x that you couldn't delete records in a function,
but this is on 7.2.4.

Contributing could be that the table holding the deleted records is a child
table with an "ON CASCADE DELETE" of one of the tables being updated
elsewhere in the function.  And the function works if called by the owner of
the table (and the function).

--
-Josh BerkusAglio Database SolutionsSan Francisco



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

Предыдущее
От:
Дата:
Сообщение: composite type in a table
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Delete denied?