diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-12-01 21:28:01 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-12-01 21:28:01 +0000 |
commit | c9a993ccf3a31c3e83844058abe83986c2ac108d (patch) | |
tree | 58b0d7cde21a39c59bb844ca0227ce20be85d6bd | |
parent | 68b944757a3982639a0c1cbe2dde4be2fa9a4899 (diff) | |
download | postgresql-c9a993ccf3a31c3e83844058abe83986c2ac108d.tar.gz postgresql-c9a993ccf3a31c3e83844058abe83986c2ac108d.zip |
Done in 7.3, so removed:
< o Allow psql \copy to specify column names
199d197
< o Add SET REAL_FORMAT and SET DOUBLE_PRECISION_FORMAT using printf args
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 (pgman@candle.pha.pa.us) @@ -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 |