X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-postgresql%2Fpostgresql-loader.lisp;h=cfb9a362b2c6710227551aee8a5d315991ae8ea2;hb=5d0dbfd9dd1e08745109a18cce6a04750ffb7477;hp=5a0f03932e44ee636080a35e7f7fc27b1a33dce6;hpb=7d50938ba2db52a713498e49aa1679deae6f0b6b;p=clsql.git diff --git a/db-postgresql/postgresql-loader.lisp b/db-postgresql/postgresql-loader.lisp index 5a0f039..cfb9a36 100644 --- a/db-postgresql/postgresql-loader.lisp +++ b/db-postgresql/postgresql-loader.lisp @@ -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: postgresql-loader.lisp,v 1.2 2002/11/23 18:00:26 kevin Exp $ ;;;; ;;;; 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"