mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Clarification on COPY failure options.
This commit is contained in:
5
doc/TODO
5
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Wed Jan 23 11:12:42 EST 2002
|
Last updated: Thu Jan 24 17:19:24 EST 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -225,7 +225,8 @@ COMMANDS
|
|||||||
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
|
||||||
allow error codes to be specified; requires savepoints
|
allow error codes to be specified; requires savepoints or can
|
||||||
|
not be run inside a transaction
|
||||||
|
|
||||||
* CURSOR
|
* CURSOR
|
||||||
o Allow BINARY option to SELECT, just like DECLARE
|
o Allow BINARY option to SELECT, just like DECLARE
|
||||||
|
Reference in New Issue
Block a user