Fwd: Help using user rights

Поиск
Список
Период
Сортировка
От Valentin Militaru
Тема Fwd: Help using user rights
Дата
Msg-id 200609071412.57375.valentin.militaru@telcor.ro
обсуждение исходный текст
Ответы Re: Fwd: Help using user rights  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general

Hello,

I have a question regarding user rights.

I have one user in postgres8.01. which connects from a webserver and inserts

some data into a table. It only has INSERT access on that table.

ON the other hand, on the same table a have an after-insert trigger which

executes a function owned by a more powerful user.

My problem is that when I try to insert some data with the webserver user,

PostgreSQL wants that user to have access to all the relations used in the

trigger function.

Is there any way to avoid granting the light user with all those rigths?

Thank you very much!

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Replace NULL values
Следующее
От: Arturo Perez
Дата:
Сообщение: Re: Problems with sequences