Update of /project/pg/cvsroot/pg
In directory common-lisp.net:/tmp/cvs-serv9050
Modified Files:
README
Log Message:
Note that the current code has been tested against PostgreSQL 8.0
(with both v2 and v3 protocol versions).
Date: Sun Jul 17 17:49:15 2005
Author: emarsden
Index: pg/README
diff -u pg/README:1.3 pg/README:1.4
--- pg/README:1.3 Thu Apr 1 20:35:19 2004
+++ pg/README Sun Jul 17 17:49:14 2005
@@ -1,7 +1,7 @@
pg.lisp -- socket level interface to the PostgreSQL RDBMS for Common Lisp
- Author: Eric Marsden <emarsden(a)laas.fr>
- Time-stamp: <2004-04-01 emarsden>
+ Author: Eric Marsden <eric.marsden(a)free.fr>
+ Time-stamp: <2005-07-17 emarsden>
Version: 0.22
Copyright (C) 1999,2000,2001,2002,2003,2004 Eric Marsden
@@ -246,13 +246,14 @@
This code has been tested or reported to work with
- * CMUCL 18d and 18e on Solaris/SPARC and Linux/x86
+ * CMUCL 18d, 18e, 19a on Solaris/SPARC and Linux/x86
+ * SBCL 0.9.2 on Linux/x86
* CLISP 2.30 on LinuxPPC and SPARC
* OpenMCL 0.13.x and 0.14.x on LinuxPPC
* Armed Bear Common Lisp
* ACL 6.1 trial/x86
* Lispworks 4.3 on Linux and Windows
- * PostgreSQL versions 6.5, 7.0, 7.1.2, 7.2, 7.3, 7.4
+ * PostgreSQL versions 6.5, 7.0, 7.1.2, 7.2, 7.3, 7.4, 8.0
You may be interested in using "pg-psql" by Harley Gorrell, which