From: Bruce Momjian Date: Thu, 18 Aug 2005 14:14:31 +0000 (+0000) Subject: Add: X-Git-Tag: REL8_1_0BETA1~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96f63aebc8af9237ee6ea1764c4efba1ea6c4571;p=thirdparty%2Fpostgresql.git Add: > o Remove unnecessary abstractions in pg_dump source code --- diff --git a/doc/TODO b/doc/TODO index 46a9b314d16..7af61e7c689 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: Thu Aug 18 00:42:37 EDT 2005 +Last updated: Thu Aug 18 10:14:29 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -601,6 +601,7 @@ Clients o Add CSV output format o Update pg_dump and psql to use the new COPY libpq API (Christopher) + o Remove unnecessary abstractions in pg_dump source code * ecpg diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 0c9437b35b8..a73b3c0e29b 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: Thu Aug 18 00:42:37 EDT 2005 +Last updated: Thu Aug 18 10:14:29 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -546,6 +546,7 @@ first.

  • Add CSV output format
  • Update pg_dump and psql to use the new COPY libpq API (Christopher) +
  • Remove unnecessary abstractions in pg_dump source code
  • ecpg