working on filling in and using the db-postgresql-socket3 interface. Trying to maint...
[clsql.git] / db-postgresql-socket3 / package.lisp
index df3a2f690621b36b0cee2e2e82cdc95c2c41ecdc..f2ff36872302e19a2bcee3930f6a1ad104e18339 100644 (file)
 
 (defpackage #:postgresql-socket3
   (:use #:cl md5 #:cl-postgres)
-  (:export ))
+  (:export #:+postgresql-server-default-port+
+          #:postgresql-condition
+          #:postgresql-error
+          #:postgresql-fatal-error
+          #:postgresql-login-error
+          #:postgresql-warning
+          #:postgresql-notification
+          #:postgresql-condition-message
+          #:postgresql-condition-connection))