Annotation of sql/pgsql/INSTALL, revision 1.2

1.2     ! paf         1: 0.Assuming your perform your builds in $D directory 
        !             2:   and suggested subdirectories.
1.1       parser      3: 
1.2     ! paf         4: 1.What is the process to compile Parser3 PgSQL driver? 
1.1       parser      5: 
1.2     ! paf         6:   You sould have PgSQL client software and include files installed.
1.1       parser      7: 
1.2     ! paf         8:   As most UNIX libraries Parser3 PgSQL driver follows the "standard":
        !             9: 
        !            10:   cd $D/parser3project
        !            11:   gunzip -c parser3pgsql-x.x.tar.gz | tar xvf -
        !            12:   cd parser3pgsql-x.x
        !            13:   ./configure --prefix=/usr/local
        !            14:   make
        !            15: 
        !            16: 
        !            17:   In case configure could not find directory with your 
        !            18:   PgSQL client software include files, specify it with
        !            19:     --with-pgsql-inc[=DIR]      DIR is the PgSQL includes directory
        !            20:   option.
        !            21:   
        !            22: 2.What is the process to install Parser3 PgSQL driver?
        !            23: 
        !            24:   make install
        !            25: 
        !            26:   Installation layout:
        !            27:     $prefix/lib/
        !            28:       libparser3pgsql.x     -- driver's dynamic library
        !            29: 
        !            30:   NOTE:
        !            31:   make sure that Parser3 main configuration file, 
        !            32:        $prefix/etc/parser3.conf
        !            33:   has in $SQL[...] configuration section a line like this:
        !            34: 
        !            35: pgsql  $sqldriversdir/libparser3pgsql.so       /usr/local/pgsql/lib/libpq.so
        !            36: 
        !            37:   which specifies 
        !            38:     protocol name
        !            39:     path to Parser 'libparser3pgsql' dynamic library
        !            40:     path to PgSQL client 'libpq' dynamic library
        !            41:       [you sould have it from from your PgSQL client installation]
        !            42: 
        !            43:  
        !            44: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
        !            45: 
        !            46: $Id: INSTALL,v 1.3 2002/02/08 10:56:22 paf Exp $

E-mail: