Обсуждение: permissioning PL/pgsql functions

Поиск
Список
Период
Сортировка

permissioning PL/pgsql functions

От
Richard Emberson
Дата:
I would like a table to be read-only (select statements) for one set of
users except if they access
the table via a PL/pgsql function in which case the user can insert,
update, and delete.

Is this possible and, if so, how?

Thanks.

Richard