Skip to content

Commit a2c090d

Browse files
committed
Add:
> o Have COPY return number of rows loaded/unloaded
1 parent fee9b7c commit a2c090d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Fri Jun 6 11:56:04 EDT 2003
3+
Last updated: Fri Jun 6 15:46:15 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -196,7 +196,8 @@ Commands
196196
o Allow COPY to report error lines and continue; optionally
197197
allow error codes to be specified; requires savepoints or can
198198
not be run in a multi-statement transaction
199-
o Allow copy to understand \x as hex
199+
o Allow COPY to understand \x as hex
200+
o Have COPY return number of rows loaded/unloaded
200201

201202
* CURSOR
202203
o Allow BINARY option to SELECT, just like DECLARE

0 commit comments

Comments
 (0)