8571231fa23ef20ae0222c90252de20f18f7de86
[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.)
8
9 # rm /tmp/trigger.so