mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 00:01:28 -04:00
Add:
> o Have COPY return number of rows loaded/unloaded
This commit is contained in:
parent
fee9b7ca9b
commit
a2c090d67a
5
doc/TODO
5
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Fri Jun 6 11:56:04 EDT 2003
|
Last updated: Fri Jun 6 15:46:15 EDT 2003
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -196,7 +196,8 @@ 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 Allow copy to understand \x as hex
|
o Allow COPY to understand \x as hex
|
||||||
|
o Have COPY return number of rows loaded/unloaded
|
||||||
|
|
||||||
* CURSOR
|
* CURSOR
|
||||||
o Allow BINARY option to SELECT, just like DECLARE
|
o Allow BINARY option to SELECT, just like DECLARE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user