diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-03-12 05:41:38 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-03-12 05:41:38 +0000 |
commit | 948c41f40458d5903105a409ef09bdc958a7747f (patch) | |
tree | 0408c58ab557a8ad9e20415c92d184ac857b7698 | |
parent | 5fdd9418ee54eb2ed6479cb646da0b11738d5792 (diff) | |
download | postgresql-948c41f40458d5903105a409ef09bdc958a7747f.tar.gz postgresql-948c41f40458d5903105a409ef09bdc958a7747f.zip |
Done:
< o Allow COPY FROM ... CSV to interpret newlines and carriage
> o -Allow COPY FROM ... CSV to interpret newlines and carriage
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -2,7 +2,7 @@ TODO list for PostgreSQL ======================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sat Mar 12 00:25:49 EST 2005 +Last updated: Sat Mar 12 00:41:33 EST 2005 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -441,11 +441,9 @@ Commands o Allow COPY to understand \x as a hex byte o Have COPY return the number of rows loaded/unloaded (?) o Allow COPY to optionally include column headings in the first line - o Allow COPY FROM ... CSV to interpret newlines and carriage + o -Allow COPY FROM ... CSV to interpret newlines and carriage returns in data - This would require major refactoring of the copy source code. - * CURSOR o Allow UPDATE/DELETE WHERE CURRENT OF cursor |