Annotation of sql/pgsql/INSTALL, revision 1.6

1.6     ! moko        1: 1.What is the process to compile Parser3 PgSQL driver?
1.1       parser      2: 
1.6     ! moko        3:   PgSQL client software and include files should be installed.
        !             4:   Parser3 sources should be in ../../parser3 directory.
        !             5:   Execute the following commands:
1.1       parser      6: 
1.4       paf         7:   ./configure --prefix=$HOME/parser3install --silent
1.2       paf         8:   make
                      9: 
1.6     ! moko       10:   In case configure could not find directory with your
1.2       paf        11:   PgSQL client software include files, specify it with
1.6     ! moko       12:     --with-pgsql-inc=DIR        DIR is the PgSQL includes directory
1.2       paf        13:   option.
1.6     ! moko       14: 
1.2       paf        15: 2.What is the process to install Parser3 PgSQL driver?
                     16: 
                     17:   make install
                     18: 
                     19:   Installation layout:
                     20:     $prefix/lib/
1.6     ! moko       21:       libparser3pgsql.so     -- driver's dynamic library
1.2       paf        22: 
                     23:   NOTE:
1.6     ! moko       24:   make sure that Parser3 main configuration file, $prefix/bin/auto.p
        !            25:   has in $SQL[...] configuration section a tab-delimited line like this:
1.2       paf        26: 
1.6     ! moko       27: pgsql  $sqldriversdir/libparser3pgsql.so       libpq.so
1.2       paf        28: 
                     29:   which specifies 
                     30:     protocol name
                     31:     path to Parser 'libparser3pgsql' dynamic library
                     32:     path to PgSQL client 'libpq' dynamic library
                     33:       [you sould have it from from your PgSQL client installation]
                     34: 
1.6     ! moko       35: $Id: INSTALL,v 1.5 2007-02-19 10:56:53 misha Exp $

E-mail: