r7061: initial property settings
[clsql.git] / db-postgresql / postgresql-package.lisp
index cd007c6d9e053d23df628705fde77ec9e049ae36..32ea77db7c68e8a46f2ea84b72725f9957e84f55 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: postgresql-package.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
-(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))
-(in-package :cl-user)
+(in-package #:cl-user)
 
-(defpackage :postgresql
-    (:nicknames :pgsql)
-    (:use :common-lisp :clsql-uffi)
+(defpackage #:postgresql
+    (:nicknames #:pgsql)
+    (:use #:cl #:clsql-uffi)
     (:export
      #:pgsql-oid
      #:pgsql-conn-status-type