r11859: Canonicalize whitespace
[clsql.git] / db-postgresql-socket / postgresql-socket-package.lisp
index 99de2aaa86327ba89a863bea33d8943dd03f817e..aa15fa796485d51a2d2162f0d63d3bd13671cc5e 100644 (file)
 (defpackage #:postgresql-socket
   (: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
+           ))