Re: Linux User (& Developer) Expo 2004 - A brief

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Linux User (& Developer) Expo 2004 - A brief
Дата
Msg-id 20040423134638.GA6182@wolff.to
обсуждение исходный текст
Ответ на Re: Linux User (& Developer) Expo 2004 - A brief  (Oliver Elphick <olly@lfix.co.uk>)
Список pgsql-advocacy
On Fri, Apr 23, 2004 at 08:49:46 +0100,
  Oliver Elphick <olly@lfix.co.uk> wrote:
>
> 4. I had one problem question which I couldn't solve, though I'm fairly
> sure it should be possible:  Can we create a function that can have
> privileges on an object that the person running the function does not
> have?  The user wants to channel all updates through a validating
> function; therefore users should not have insert, update or delete
> privileges on the table, but they should be able to do inserts, updates
> and deletes through this function instead.

You can create functions with 'SECURITY DEFINER' to access objects as
the function creator instead of the function caller.

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Linux User (& Developer) Expo 2004 - A brief
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: What can we learn from MySQL?