Is it possible to define a trigger in a postgres DB that can call some Java function?
(I believe the above is possible in Oracle, but want to know if it for postgres).
So if this is possible, does this mean that the Java function would be called for every client application that is connected to the DB which of course has the function defined?
Thnx.