r2045: Debian build
[clsql.git] / interfaces / postgresql / postgresql-loader.cl
index 981f5b79aa2f63e3b79fc56112be3cc942b7bd88..2a420f6ad93ed66cb97f1e547396004af279a87d 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: postgresql-loader.cl,v 1.5 2002/04/06 19:54:14 kevin Exp $
+;;;; $Id: postgresql-loader.cl,v 1.8 2002/05/14 16:29:53 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -38,7 +38,9 @@ set to the right path before compiling or loading the system.")
       (uffi:load-foreign-library 
        (uffi:find-foreign-library "libpq"
                                  '("/opt/postgresql/lib/" "/usr/local/lib/" 
-                                   "/usr/lib/" "/postgresql/lib/")
+                                   "/usr/lib/" "/postgresql/lib/"
+                                   "/usr/local/pgsql/lib/" "/usr/lib/pgsql/"
+                                   "/opt/pgsql/lib/pgsql")
                                  :drive-letters '("C" "D" "E"))
        
        :module "postgresql"
@@ -47,3 +49,4 @@ set to the right path before compiling or loading the system.")
     (setq *postgresql-library-loaded* t)))
 
 (clsql-sys:database-type-load-foreign :postgresql)
+