How could I use trigger to call a Java function

From: "Shek Ying Kit" <ykshek(at)culturecom(dot)com(dot)hk>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: How could I use trigger to call a Java function
Date: 2000-04-19 04:25:19
Message-ID: 000b01bfa9b7$4a090e40$d77552ca@espider.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

I would like to call a Java Function to implement some data convertion whenever there's a record inserting or updating into the database. How could I do that? By the way, can I pass some value from the record as the parameter of the Java function when the trigger is called?
Thanks!

Kit

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2000-04-19 05:05:19 Re: Counting distinct names
Previous Message Alex Pilosov 2000-04-19 04:08:04 Re: Connecting website with SQL-database.....