Remove CVS $Id$ keyword
[clsql.git] / db-postgresql / postgresql-package.lisp
index 080eaf96ad5ca6a568bf3f0e1bd57905355f731d..aac66089112c122bcab7de92c0b00e010819ceca 100644 (file)
@@ -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