summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2001-07-21 04:40:07 +0000
committerBruce Momjian2001-07-21 04:40:07 +0000
commitf6d523c1f2d188b08790ea342b2cb8a20dc0931d (patch)
tree89ce4804d17f2f19dd58c36e1e3ec2a179be1bbe
parentca5a51627919c6fb6ab5e23739615a674caa4037 (diff)
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 677b9e772bd..3a5c7fe1ecb 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Jul 20 16:51:22 EDT 2001
+Last updated: Sat Jul 21 00:40:01 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -197,7 +197,7 @@ CLIENTS
* Allow psql \d to show foreign keys
* Allow psql \d to show temporary table structure
* Add XML interface: psql, pg_dump, COPY, separate server (?)
-* Fix libpq to properly handle socket failures under native MS Win32 [libpq]
+* -Fix libpq to properly handle socket failures under native MS Win32 [libpq]
* JDBC
o Comprehensive test suite. This may be available already.
o Updateable resultSet (must be done in backend code)