diff --git a/doc/TODO b/doc/TODO
index f38c353bc195bd481b052f9af2cce4ca9f95dadf..dc22e5f4c200635e3526c713f0f03aa4fadcb4b3 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Thu May 24 10:36:09 EDT 2001
+Last updated:		Sun May 27 12:31:21 EDT 2001
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -39,7 +39,7 @@ ADMIN
 
 * Improve control over user privileges, including table creation and
   lock use [privileges] (Karel, others)
-* Permission to DELETE table also allows UPDATE
+* -Permission to DELETE table also allows UPDATE (Peter E)
 * Allow elog() to return error codes, module name, file name, line
   number, not just messages (Peter E) [elog]
 * Allow international error message support and add error codes [elog]