diff --git a/doc/TODO b/doc/TODO
index 1a0c6696a0f2e57ac1c5ca2531fb536bf3af2c2e..25af491104fc8788e5b68d780b21342f37f25379 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Wed Apr 17 23:08:43 EDT 2002
+Last updated:		Wed Apr 17 23:58:08 EDT 2002
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -181,7 +181,6 @@ COMMANDS
 * Allow command blocks to ignore certain types of errors
 * Add checks for missing parameters to shell script, to prevent
   over-shifting
-* Abort SET changes made in aborted transactions
 
 * ALTER
 	o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
@@ -237,6 +236,7 @@ COMMANDS
 	  ANALYZE, and CLUSTER
 	o Add SHOW command to see locale
 	o Allow SHOW to output as a query result, like EXPLAIN
+	o Abort SET changes made in aborted transactions (?)
 
 * SERVER-SIDE LANGUAGES
 	o Allow PL/PgSQL's RAISE function to take expressions