Changed some stuff to match PostgreSQL 7.2
[mir.git] / dbscripts / dupetrigger / INSTALL
index 47e781b..e07b3e9 100755 (executable)
@@ -44,5 +44,5 @@ To install the trigger do the following:
 # edit postgresql.script
 (And change the path to dupetrigger.so to INSTALLDIR)
 
-# psql -U postgres Mir < postgresql.script
+# psql -Upostgres -f postgresql.script Mir 
 (This installs the the trigger binary and creates a new trigger.)