|
2 | 2 | TODO list for PostgreSQL
|
3 | 3 | ========================
|
4 | 4 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
5 |
| -Last updated:Sat Mar 12 00:25:49 EST 2005 |
| 5 | +Last updated:Sat Mar 12 00:41:33 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.
|
@@ -441,11 +441,9 @@ Commands
|
441 | 441 | o Allow COPY to understand \x as a hex byte
|
442 | 442 | o Have COPY return the number of rows loaded/unloaded (?)
|
443 | 443 | o Allow COPY to optionally include column headings in the first line
|
444 |
| -o Allow COPY FROM ... CSV to interpret newlines and carriage |
| 444 | +o-Allow COPY FROM ... CSV to interpret newlines and carriage |
445 | 445 | returns in data
|
446 | 446 |
|
447 |
| - This would require major refactoring of the copy source code. |
448 |
| - |
449 | 447 |
|
450 | 448 | * CURSOR
|
451 | 449 | o Allow UPDATE/DELETE WHERE CURRENT OF cursor
|
|