|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Jan23 11:12:42 EST 2002 |
| 3 | +Last updated:Thu Jan24 17:19:24 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -225,7 +225,8 @@ COMMANDS
|
225 | 225 | o Allow dump/load of CSV format
|
226 | 226 | o Change syntax to WITH DELIMITER, (keep old syntax around?)
|
227 | 227 | o Allow COPY to report error lines and continue; optionally
|
228 |
| - allow error codes to be specified; requires savepoints |
| 228 | + allow error codes to be specified; requires savepoints or can |
| 229 | + not be run inside a transaction |
229 | 230 |
|
230 | 231 | * CURSOR
|
231 | 232 | o Allow BINARY option to SELECT, just like DECLARE
|
|