Thread: permissioning PL/pgsql functions

permissioning PL/pgsql functions

From
Richard Emberson
Date:
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