r11859: Canonicalize whitespace
[clsql.git] / db-postgresql / postgresql-package.lisp
index 080eaf96ad5ca6a568bf3f0e1bd57905355f731d..aded77b9eb7dc33da361cb5318976e6ca0fc607d 100644 (file)
@@ -18,8 +18,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 +49,7 @@
      ;; Used by PQresultErrorField to get the sql error code
      #:+PG-DIAG-SQLSTATE+
 
-     
+
      ;; Functions
      #:PQsetdbLogin
      #:PQlogin
@@ -73,7 +74,7 @@
      #:PQgetisnull
      #:PQclear
      #:PQisBusy
-     
+
      ;;Large Objects (Marc B)
      #:lo-create
      #:lo-open