Remove CVS $Id$ keyword
[clsql.git] / db-postgresql-socket / postgresql-socket-package.lisp
index 2dbcf4c691c120b4c91372710bb97fe2b540c426..718667be5984cf62da410d111c460416254e92c9 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: postgresql-socket-package.lisp,v 1.4 2003/05/07 02:45:08 kevin Exp $
-;;;;
 ;;;; 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
 #+lispworks (require "comm")
 
 (defpackage #:postgresql-socket
-  (:use #:cl)
+  (:use #:cl md5)
   (:export #:pgsql-ftype
-          #:pgsql-ftype#bytea
-          #:pgsql-ftype#int2
-          #:pgsql-ftype#int4
-          #:pgsql-ftype#int8
-          #:pgsql-ftype#float4
-          #:pgsql-ftype#float8
+           #:pgsql-ftype#bytea
+           #:pgsql-ftype#int2
+           #:pgsql-ftype#int4
+           #:pgsql-ftype#int8
+           #:pgsql-ftype#float4
+           #:pgsql-ftype#float8
 
-          #:+crypt-library+
-          #:postgresql-condition
-          #:postgresql-condition-connection
-          #:postgresql-condition-message
-          #:postgresql-error
-          #:postgresql-fatal-error
-          #:postgresql-login-error
-          #:postgresql-warning
-          #:postgresql-notification
-          #:postgresql-connection
-          #:postgresql-connection-p
-          #:postgresql-cursor
-          #:postgresql-cursor-p
-          #:postgresql-cursor-connection
-          #:postgresql-cursor-name
-          #:postgresql-cursor-fields
-          #:+postgresql-server-default-port+
-          #:open-postgresql-connection
-          #:reopen-postgresql-connection
-          #:close-postgresql-connection
-          #:postgresql-connection-open-p
-          #:ensure-open-postgresql-connection
-          #:start-query-execution
-          #:wait-for-query-results
-          #:read-cursor-row
-          #:copy-cursor-row
-          #:skip-cursor-row
-          ))
+           #:+crypt-library+
+           #:postgresql-condition
+           #:postgresql-condition-connection
+           #:postgresql-condition-message
+           #:postgresql-error
+           #:postgresql-fatal-error
+           #:postgresql-login-error
+           #:postgresql-warning
+           #:postgresql-notification
+           #:postgresql-connection
+           #:postgresql-connection-p
+           #:postgresql-cursor
+           #:postgresql-cursor-p
+           #:postgresql-cursor-connection
+           #:postgresql-cursor-name
+           #:postgresql-cursor-fields
+           #:+postgresql-server-default-port+
+           #:open-postgresql-connection
+           #:reopen-postgresql-connection
+           #:close-postgresql-connection
+           #:postgresql-connection-open-p
+           #:ensure-open-postgresql-connection
+           #:start-query-execution
+           #:wait-for-query-results
+           #:read-cursor-row
+           #:copy-cursor-row
+           #:skip-cursor-row
+           ))