X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=interfaces%2Fpostgresql%2Fpostgresql-loader.cl;fp=interfaces%2Fpostgresql%2Fpostgresql-loader.cl;h=46e84084ec96b425c49a0b64b29148da9cf5b407;hp=981f5b79aa2f63e3b79fc56112be3cc942b7bd88;hb=23c90f6984637c53261d7f67b4cc3f6335f89a34;hpb=0de2b166eb91ab7f473334e8c950e574d892a19d diff --git a/interfaces/postgresql/postgresql-loader.cl b/interfaces/postgresql/postgresql-loader.cl index 981f5b7..46e8408 100644 --- a/interfaces/postgresql/postgresql-loader.cl +++ b/interfaces/postgresql/postgresql-loader.cl @@ -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.6 2002/04/08 01:22:02 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"