Renamed the trigger.c to dupetrigger.c to enlarge the namespace for
[mir.git] / dbscripts / dupetrigger / INSTALL
1 To install the trigger do the following:
2
3 # make
4 (This makes the trigger binary and places it in /tmp with permissions 644)
5
6 # psql -U postgres Mir < postgresql.script
7 (This installs the the trigger binary and creates a new trigger.)