diff --git a/doc/TODO b/doc/TODO
index b881ebe98e3307cf9b89c7f0773c659334038d20..e14db681a1776d91f603629609b0f107264ca95a 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