aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index b881ebe98e3..e14db681a17 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Mar 14 15:19:49 EST 2003
+Last updated: Mon Mar 17 13:49:58 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -166,6 +166,7 @@ Commands
* Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
* Add schema option to createlang
* Allow savepoints / nested transactions [transactions] (Bruce)
+* Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
* ALTER