X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-postgresql%2Fpostgresql-package.lisp;h=aac66089112c122bcab7de92c0b00e010819ceca;hp=080eaf96ad5ca6a568bf3f0e1bd57905355f731d;hb=d2d49ab13c98bc7a1819a0fd3968268a5567bdc3;hpb=eb52183ddb786552d5abf6fdfaaca657e0c56ea0 diff --git a/db-postgresql/postgresql-package.lisp b/db-postgresql/postgresql-package.lisp index 080eaf9..aac6608 100644 --- a/db-postgresql/postgresql-package.lisp +++ b/db-postgresql/postgresql-package.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 @@ -18,8 +16,9 @@ (in-package #:cl-user) -(defpackage #:postgresql - (:nicknames #:pgsql) +(defpackage #:pgsql + #-(and :lispworks (not :lispworks4)) + (:nicknames #:postgresql) (:use #:cl #:clsql-uffi) (:export #:pgsql-oid @@ -48,7 +47,7 @@ ;; Used by PQresultErrorField to get the sql error code #:+PG-DIAG-SQLSTATE+ - + ;; Functions #:PQsetdbLogin #:PQlogin @@ -73,7 +72,7 @@ #:PQgetisnull #:PQclear #:PQisBusy - + ;;Large Objects (Marc B) #:lo-create #:lo-open