precompile regex / stringutil
[mir.git] / dbscripts / dupetrigger / INSTALL
1 To install the trigger do the following:
2
3 # cp Makefile-dist Makefile
4
5 # edit Makefile
6 (and change pathnames and PGVERSION if neccessary).
7
8 # make
9 (This makes the trigger binary and places it in INSTALLDIR with permissions 644)
10
11 # edit postgresql.script
12 (And change the path to dupetrigger.so to INSTALLDIR)
13
14 # psql -U postgres Mir < postgresql.script
15 (This installs the the trigger binary and creates a new trigger.)