From: Bruce Momjian Date: Mon, 17 Apr 2006 03:18:07 +0000 (+0000) Subject: Done: X-Git-Tag: REL8_2_BETA1~1143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e7aaeb62e7ff1ea6c7668e39277411d150ccf33;p=postgresql Done: < 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) --- diff --git a/doc/TODO b/doc/TODO index 65c9fe0dce..130622488f 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 85e336f80a..9583600d11 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,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. @@ -606,7 +606,7 @@ first. '=(integer, integer)', instead of just '='.

  • Add pg_dumpall custom format dumps?
  • %Add CSV output format -
  • Update pg_dump and psql to use the new COPY libpq API (Christopher) +
  • -Update pg_dump and psql to use the new COPY libpq API (Christopher)
  • Remove unnecessary function pointer abstractions in pg_dump source code
  • Allow selection of individual object(s) of all types, not just