[pg-cvs] CVS pg
emarsden
emarsden at common-lisp.net
Mon Sep 18 19:10:38 UTC 2006
Update of /project/pg/cvsroot/pg
In directory clnet:/tmp/cvs-serv16977
Modified Files:
pg.lisp
Log Message:
Documentation fix for PG-EXECUTE.
--- /project/pg/cvsroot/pg/pg.lisp 2006/09/15 20:49:03 1.8
+++ /project/pg/cvsroot/pg/pg.lisp 2006/09/18 19:10:38 1.9
@@ -193,10 +193,10 @@
"Gives the values for the parameters defined in the statement-name. The types
can be one of :char :byte :int16 :int32 or :cstring"))
-(defgeneric pg-execute (connection portal &optional maxinum-number-of-rows)
+(defgeneric pg-execute (connection portal &optional maximum-number-of-rows)
(:documentation
- "Executes the portal defined previously and return (optionally) up to maximum-number-of-row.
-For an unlimited number of rows use 0"))
+ "Executes the portal defined previously and return (optionally) up to MAXIMUM-NUMBER-OF-ROWS.
+For an unlimited number of rows use 0."))
(defgeneric pg-close-statement (connection statement-name)
(:documentation
More information about the Pg-cvs
mailing list