r7061: initial property settings
[clsql.git] / db-postgresql / postgresql-loader.lisp
index 5a0f03932e44ee636080a35e7f7fc27b1a33dce6..9a3539e97e7722b2e6dceeb3c88e224bca41f560 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: postgresql-loader.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -39,7 +39,7 @@ set to the right path before compiling or loading the system.")
                  '("/opt/postgresql/lib/" "/usr/local/lib/" 
                    "/usr/lib/" "/postgresql/lib/"
                    "/usr/local/pgsql/lib/" "/usr/lib/pgsql/"
-                   "/opt/pgsql/lib/pgsql")
+                   "/opt/pgsql/lib/pgsql" "/sw/lib/pgsql/")
                  :drive-letters '("C" "D" "E"))))
     (if        (uffi:load-foreign-library libpath
                                   :module "postgresql"