|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Fri Jun 611:56:04 EDT 2003 |
| 3 | +Last updated:Fri Jun 615:46:15 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -196,7 +196,8 @@ Commands
|
196 | 196 | o Allow COPY to report error lines and continue; optionally
|
197 | 197 | allow error codes to be specified; requires savepoints or can
|
198 | 198 | 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 |
200 | 201 |
|
201 | 202 | * CURSOR
|
202 | 203 | o Allow BINARY option to SELECT, just like DECLARE
|
|