331a3edd54fee20ef721b992b8c35348ec152b94
[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 /tmp with permissions 644)
10
11 # psql -U postgres Mir < postgresql.script
12 (This installs the the trigger binary and creates a new trigger.)