Skip to content

Commit 948c41f

Browse files
committed
Done:
< o Allow COPY FROM ... CSV to interpret newlines and carriage > o -Allow COPY FROM ... CSV to interpret newlines and carriage
1 parent 5fdd941 commit 948c41f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/TODO

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TODO list for PostgreSQL
33
========================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Sat Mar 12 00:25:49 EST 2005
5+
Last updated: Sat Mar 12 00:41:33 EST 2005
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -441,11 +441,9 @@ Commands
441441
o Allow COPY to understand \x as a hex byte
442442
o Have COPY return the number of rows loaded/unloaded (?)
443443
o Allow COPY to optionally include column headings in the first line
444-
o Allow COPY FROM ... CSV to interpret newlines and carriage
444+
o -Allow COPY FROM ... CSV to interpret newlines and carriage
445445
returns in data
446446

447-
This would require major refactoring of the copy source code.
448-
449447

450448
* CURSOR
451449
o Allow UPDATE/DELETE WHERE CURRENT OF cursor

0 commit comments

Comments
 (0)