X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-postgresql%2Fpostgresql-loader.lisp;h=42f6904ef332b80fc689a3ef1ad4c5f5b38e59fc;hb=2fb4a4ccc311f37b0f5e993976a4d7d4f667f4e3;hp=8124bb924029cedc4f59e236fc0e367dd5b0dbfe;hpb=e3924d6e872f06dce33c923b15c5d30baa31460c;p=clsql.git diff --git a/db-postgresql/postgresql-loader.lisp b/db-postgresql/postgresql-loader.lisp index 8124bb9..42f6904 100644 --- a/db-postgresql/postgresql-loader.lisp +++ b/db-postgresql/postgresql-loader.lisp @@ -7,8 +7,6 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software @@ -16,7 +14,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package #:postgresql) +(in-package #:pgsql) (defvar *postgresql-supporting-libraries* '("crypt" "c") @@ -28,11 +26,11 @@ set to the right path before compiling or loading the system.") "T if foreign library was able to be loaded successfully") (defmethod clsql-sys:database-type-library-loaded ((database-type - (eql :postgresql))) + (eql :postgresql))) *postgresql-library-loaded*) - + (defmethod clsql-sys:database-type-load-foreign ((database-type - (eql :postgresql))) + (eql :postgresql))) (clsql-uffi:find-and-load-foreign-library "libpq" :module "postgresql" :supporting-libraries *postgresql-supporting-libraries*)