File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Thu Jan 3 15:41:47 EST 2002
3
+ Last updated: Thu Jan 3 16:14:26 EST 2002
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -202,7 +202,7 @@ COMMANDS
202
202
o Allow dump/load of CSV format
203
203
o Change syntax to WITH DELIMITER, (keep old syntax around?)
204
204
o Allow COPY to report error lines and continue; optionally
205
- allow error codes to be specified; requires nested transactions
205
+ allow error codes to be specified; requires savepoints
206
206
* CURSOR
207
207
o Allow BINARY option to SELECT, like we do with DECLARE
208
208
o MOVE 0 should not move to end of cursor
@@ -318,7 +318,7 @@ TRANSACTIONS
318
318
319
319
* Allow autocommit so always in a transaction block
320
320
* Overhaul bufmgr/lockmgr/transaction manager
321
- * Allow nested transactions / savepoints [transactions]
321
+ * Allow savepoints / nested transactions [transactions]
322
322
* -Handle transaction rollover (Tom) [transactions]
323
323
324
324
EXOTIC FEATURES
You can’t perform that action at this time.
0 commit comments