--- sql/pgsql/INSTALL 2002/10/07 10:51:02 1.3 +++ sql/pgsql/INSTALL 2007/02/19 10:56:53 1.5 @@ -12,7 +12,7 @@ cd sql gunzip -c parser3pgsql-x.x.tar.gz | tar xvf - cd parser3pgsql-x.x - ./configure --prefix=/usr/local + ./configure --prefix=$HOME/parser3install --silent make @@ -31,7 +31,7 @@ NOTE: make sure that Parser3 main configuration file, - $prefix/etc/parser3.conf + $prefix/etc/auto.p has in $SQL[...] configuration section a line like this: pgsql $sqldriversdir/libparser3pgsql.so /usr/local/pgsql/lib/libpq.so @@ -45,4 +45,4 @@ pgsql $sqldriversdir/libparser3pgsql.so Alexandr Petrosian (http://paf.design.ru) -$Id: INSTALL,v 1.3 2002/10/07 10:51:02 paf Exp $ +$Id: INSTALL,v 1.5 2007/02/19 10:56:53 misha Exp $