Hello all,
I was wondering if PostgreSQL protects itself when executing user-defined
functions? Or does it go under the assumption that all user-defined functions
will NOT crash (if they do you have a serious problem and need to fix the
function)?
We are building an app where we want 3rd parties to be able to give us their
data, and give us functions to check their data. We will insert the data into
our database and run their functions when needed. However we don't want their
functions to take down our system.
Is this possible with PostgreSQL?
Wade Oberpriller
StorageTek
oberpwd(at)network(dot)com