We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent16c4687 commit72cf815Copy full SHA for 72cf815
doc/TODO
@@ -6,7 +6,7 @@ TODO list for PostgreSQL
6
Bracketed items "[]" have more detail.
7
8
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
9
-Last updated:Mon Nov 29 22:27:03 EST 2004
+Last updated:Mon Nov 29 22:52:57 EST 2004
10
11
The most recent version of this document can be viewed at the PostgreSQL web
12
site, http://www.PostgreSQL.org.
@@ -420,6 +420,10 @@ Commands
420
o Allow COPY to understand \x as a hex byte
421
o Have COPY return the number of rows loaded/unloaded (?)
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.
427
428
429
* CURSOR