Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b39ce1c

Browse files
committed
Fix typo:
< o Allow COPY FROM ... CVS to interpret newlines and carriage > o Allow COPY FROM ... CSV to interpret newlines and carriage
1 parent 4341017 commit b39ce1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/TODO

Lines changed: 2 additions & 2 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: Mon Feb 14 21:27:08 EST 2005
5+
Last updated: Mon Feb 14 22:17:35 EST 2005
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -432,7 +432,7 @@ Commands
432432
o Allow COPY to understand \x as a hex byte
433433
o Have COPY return the number of rows loaded/unloaded (?)
434434
o Allow COPY to optionally include column headings in the first line
435-
o Allow COPY FROM ... CVS to interpret newlines and carriage
435+
o Allow COPY FROM ... CSV to interpret newlines and carriage
436436
returns in data
437437

438438
This would require major refactoring of the copy source code.

0 commit comments

Comments
 (0)