I would like a table to be read-only (select statements) for one set ofusers except if they accessthe 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