Skip to content

Commit 72cf815

Browse files
committed
Add:
> o Allow COPY FROM ... CVS to interpret newlines and carriage > returns in data? > > This would require major refactoring of the copy source code.
1 parent 16c4687 commit 72cf815

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/TODO

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TODO list for PostgreSQL
66
Bracketed items "[]" have more detail.
77

88
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
9-
Last updated: Mon Nov 29 22:27:03 EST 2004
9+
Last updated: Mon Nov 29 22:52:57 EST 2004
1010

1111
The most recent version of this document can be viewed at the PostgreSQL web
1212
site, http://www.PostgreSQL.org.
@@ -420,6 +420,10 @@ Commands
420420
o Allow COPY to understand \x as a hex byte
421421
o Have COPY return the number of rows loaded/unloaded (?)
422422
o Allow COPY to optionally include column headings in the first line
423+
o Allow COPY FROM ... CVS to interpret newlines and carriage
424+
returns in data?
425+
426+
This would require major refactoring of the copy source code.
423427

424428

425429
* CURSOR

0 commit comments

Comments
 (0)