Class Triggers


  • public class Triggers
    extends Object
    This class contains some triggers that I found written in C under the contrib/spi directory of the postgres source distribution. Code to create the necessary tables, functions, triggers, and some code to actually execute them can be found in class org.postgresql.pljava.test.Tester (no longer part of the build, see under src/java/test).
    Author:
    Thomas Hallgren