[pg-cvs] CVS pg

emarsden emarsden at common-lisp.net
Mon Sep 18 19:09:26 UTC 2006


Update of /project/pg/cvsroot/pg
In directory clnet:/tmp/cvs-serv16724

Modified Files:
	README 
Log Message:
Fix to the prepared statement example.


--- /project/pg/cvsroot/pg/README	2006/09/15 20:49:03	1.7
+++ /project/pg/cvsroot/pg/README	2006/09/18 19:09:25	1.8
@@ -1,7 +1,7 @@
 pg.lisp -- socket level interface to the PostgreSQL RDBMS for Common Lisp
 
  Author: Eric Marsden <eric.marsden at free.fr>
- Time-stamp: <2006-09-15 emarsden>
+ Time-stamp: <2006-09-18 emarsden>
  Version: 0.23
 
      Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006  Eric Marsden
@@ -155,7 +155,7 @@
     		       `((:int32 ,int-value) (:string ,string-value)))
     	      (pg-execute db-connection "delete-portal"))
         ;; NB: portal is closed automatically when statement is closed
-        (pg-close-statement db-connection "select-statement")))
+        (pg-close-statement db-connection "delete-statement")))
 
 
 === Introspection support ==============================================




More information about the Pg-cvs mailing list