diff --git a/doc/TODO b/doc/TODO index e0504aa101..ca254542f3 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: Mon Mar 6 00:22:30 EST 2006 +Last updated: Mon Mar 6 10:13:39 EST 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -686,6 +686,7 @@ Clients o Make SET CONNECTION thread-aware, non-standard? o Allow multidimensional arrays o Add internationalized message strings + o Add COPY TO STDIN / STDOUT handling libpq diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 9d9b4bae3b..5fa238c5cc 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: Mon Mar 6 00:22:30 EST 2006 +Last updated: Mon Mar 6 10:13:39 EST 2006

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

  • Make SET CONNECTION thread-aware, non-standard?
  • Allow multidimensional arrays
  • Add internationalized message strings +
  • Add COPY TO STDIN / STDOUT handling
  • libpq