diff --git a/doc/TODO b/doc/TODO
index 25af491104fc8788e5b68d780b21342f37f25379..4420568d21fc427e439b6d00660a33dc9914f4e3 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Wed Apr 17 23:58:08 EDT 2002
+Last updated:		Thu Apr 18 00:04:58 EDT 2002
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -435,7 +435,7 @@ OPTIMIZER / EXECUTOR
 * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
 * Missing optimizer selectivities for date, r-tree, etc. [optimizer]
 * Allow ORDER BY ... LIMIT to select top values without sort or index
-  using a sequential scan for highest/lowest values
+  using a sequential scan for highest/lowest values (Oleg)
 * Inline simple SQL functions to avoid overhead (Tom)
 * Precompile SQL functions to avoid overhead (Neil Conway)
 * Add utility to compute accurate random_page_cost value