trigger « postgresql « Java Database Q&A





1. Postgres DB Trigger calling Java Function    stackoverflow.com

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 ...

2. postgresql - java - wake up application when something in database happens    stackoverflow.com

I have written a Java application which should be started or woken up when 'something' happens in the database. For example an insert into the user table should trigger the sending ...