Re: Solution for RI permission problem

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Solution for RI permission problem
Дата
Msg-id Pine.BSF.4.10.10009201100050.57382-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Solution for RI permission problem  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
As a question, since I don't have a source tree available here at work, 
will there be an issue if an elog occurs between the various two user id
sets?  Just wondering, because most of those statements are do some
SPI thing or elog.

Stephan Szabo
sszabo@bigpanda.com

On Wed, 20 Sep 2000, Peter Eisentraut wrote:

> Here's what I've come up with to avoid "permission denied" errors when a
> RI trigger has to lock a PK table.  Whenever the SELECT FOR UPDATE is
> executed I temporarily switch the current user id to the owner of the PK
> table.  It's not the grand unified solution via setuid functions that was
> envisioned now and then, but it does the same conceptually.  For a
> terminally elegant solution I can only suggest not using the SPI
> interface.
> 
> I recommend this patch to be checked out by someone knowledgeable in the
> RI area.



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: loss of portability in ecpg
Следующее
От: Marko Kreen
Дата:
Сообщение: [patch,rfc] binary operators on integers