mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Add:
> o Generate failure on short COPY lines rather than pad NULLs
This commit is contained in:
3
doc/TODO
3
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Sun Feb 17 22:39:54 EST 2002
|
Last updated: Mon Feb 18 11:47:04 EST 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -198,6 +198,7 @@ COMMANDS
|
|||||||
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 or can
|
allow error codes to be specified; requires savepoints or can
|
||||||
not be run in a multi-statement transaction
|
not be run in a multi-statement transaction
|
||||||
|
o Generate failure on short COPY lines rather than pad NULLs
|
||||||
|
|
||||||
* 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