diff --git a/doc/TODO b/doc/TODO index 65c9fe0dce3..130622488f1 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sat Apr 15 14:13:07 EDT 2006 +Last updated: Sun Apr 16 23:18:03 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -666,7 +666,7 @@ Clients '=(integer, integer)', instead of just '='. o Add pg_dumpall custom format dumps? o %Add CSV output format - o Update pg_dump and psql to use the new COPY libpq API (Christopher) + o -Update pg_dump and psql to use the new COPY libpq API (Christopher) o Remove unnecessary function pointer abstractions in pg_dump source code o Allow selection of individual object(s) of all types, not just diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 85e336f80ad..9583600d11f 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat Apr 15 14:13:07 EDT 2006
+Last updated: Sun Apr 16 23:18:03 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -606,7 +606,7 @@ first.
'=(integer, integer)', instead of just '='.