1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-15 19:15:29 +03:00
> 	o Allow COPY to report error lines and continue;  optionally
> 	  allow error codes to be specified
This commit is contained in:
Bruce Momjian 2002-01-03 18:25:43 +00:00
parent 258af1d57a
commit 6d78fdae7f

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Thu Jan 3 13:21:20 EST 2002 Last updated: Thu Jan 3 13:24:30 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -201,6 +201,8 @@ COMMANDS
o Allow specification of column names o Allow specification of 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
allow error codes to be specified
* CURSOR * CURSOR
o Allow BINARY option to SELECT, like we do with DECLARE o Allow BINARY option to SELECT, like we do with DECLARE
o MOVE 0 should not move to end of cursor o MOVE 0 should not move to end of cursor