File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ TODO list for PostgreSQL
6
6
Bracketed items "[]" have more detail.
7
7
8
8
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
10
10
11
11
The most recent version of this document can be viewed at the PostgreSQL web
12
12
site, http://www.PostgreSQL.org.
@@ -420,6 +420,10 @@ Commands
420
420
o Allow COPY to understand \x as a hex byte
421
421
o Have COPY return the number of rows loaded/unloaded (?)
422
422
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.
423
427
424
428
425
429
* CURSOR
You can’t perform that action at this time.
0 commit comments