aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index f38c353bc19..dc22e5f4c20 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]