|
2 | 2 | TODO list for PostgreSQL
|
3 | 3 | ========================
|
4 | 4 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
5 |
| -Last updated:Mon Feb 1421:27:08 EST 2005 |
| 5 | +Last updated:Mon Feb 1422:17:35 EST 2005 |
6 | 6 |
|
7 | 7 | The most recent version of this document can be viewed at the PostgreSQL web
|
8 | 8 | site, http://www.PostgreSQL.org.
|
@@ -432,7 +432,7 @@ Commands
|
432 | 432 | o Allow COPY to understand \x as a hex byte
|
433 | 433 | o Have COPY return the number of rows loaded/unloaded (?)
|
434 | 434 | 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 |
436 | 436 | returns in data
|
437 | 437 |
|
438 | 438 | This would require major refactoring of the copy source code.
|
|