|
|
|
@ -1,6 +1,6 @@ |
|
|
|
TODO list for PostgreSQL |
|
|
|
TODO list for PostgreSQL |
|
|
|
======================== |
|
|
|
======================== |
|
|
|
Last updated: Thu Oct 10 23:32:32 EDT 2002 |
|
|
|
Last updated: Sat Oct 12 13:01:06 EDT 2002 |
|
|
|
|
|
|
|
|
|
|
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) |
|
|
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) |
|
|
|
|
|
|
|
|
|
|
|
@ -216,6 +216,7 @@ Commands |
|
|
|
|
|
|
|
|
|
|
|
* COPY |
|
|
|
* COPY |
|
|
|
o -Allow specification of column names |
|
|
|
o -Allow specification of column names |
|
|
|
|
|
|
|
o Allow psql \copy to specify column names |
|
|
|
o Allow dump/load of CSV format |
|
|
|
o Allow dump/load of CSV format |
|
|
|
o -Change syntax to WITH DELIMITER, (keep old syntax around?) |
|
|
|
o -Change syntax to WITH DELIMITER, (keep old syntax around?) |
|
|
|
o Allow COPY to report error lines and continue; optionally |
|
|
|
o Allow COPY to report error lines and continue; optionally |
|
|
|
|