DML Restriction unless through a function - Mailing list pgsql-general

From val@webtribe.net
Subject DML Restriction unless through a function
Date
Msg-id 20040630122127.9492A18332@cheetah.webtribe.net
Whole thread Raw
Responses Re: DML Restriction unless through a function  (Shridhar Daithankar <shridhar@frodo.hserus.net>)
Re: DML Restriction unless through a function  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-general
Hi all;

Is it possible to write a trigger or the ilk that would disallow
direct inserts, updates, or deletes to a table unless it was
being executed through a function?  How can I identify that the
DML being issued is being done via a function?

We are writing an API of sorts and for various business logic
aspects, it is necessary that certain checks and sets of data
are processed through the database in a certain method.  The use
of functions provides the ability to do this, but I would
definitely like to restrict access to the under lying tables.

If I revoke insert,update,delete privileges on a table, would
the user still be able to affect data manipulation through a
function?  Is that another way of getting around this?

TIA

pgsql-general by date:

Previous
From: "Leo Leo"
Date:
Subject: a few Questions about quoted variables in psql
Next
From: Prabu Subroto
Date:
Subject: mysql2postgres has no documentation?