Done in 7.3, so removed:
authorBruce Momjian
Sun, 1 Dec 2002 21:28:01 +0000 (21:28 +0000)
committerBruce Momjian
Sun, 1 Dec 2002 21:28:01 +0000 (21:28 +0000)
<  o Allow psql \copy to specify column names
199d197
<  o Add SET REAL_FORMAT and SET DOUBLE_PRECISION_FORMAT using printf args

doc/TODO

index f303e291159c6e167b2aa5672c99375dd2b52573..4d6ba7715f6fda073c8f578d38641064e5581413 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:      Sun Dec  1 16:20:39 EST 2002
+Last updated:      Sun Dec  1 16:27:51 EST 2002
 
 Current maintainer:    Bruce Momjian ([email protected])
 
@@ -174,7 +174,6 @@ Commands
    o Allow CLUSTER to cluster all tables, remove clusterdb
 
 * COPY
-   o Allow psql \copy to specify column names
    o Allow dump/load of CSV format
    o Allow COPY to report error lines and continue;  optionally
      allow error codes to be specified; requires savepoints or can
@@ -196,7 +195,6 @@ Commands
      RULE cases (Philip)
 
 * SHOW/SET
-   o Add SET REAL_FORMAT and SET DOUBLE_PRECISION_FORMAT using printf args
    o Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
      ANALYZE, and CLUSTER
    o Add SET SCHEMA