aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-05-27 16:31:30 +0000
committerBruce Momjian <bruce@momjian.us>2001-05-27 16:31:30 +0000
commita001f13506ba14ab161f2c3702369689221e64c9 (patch)
treebe7345e98a7b5c0b044b3d9c7f31039ac2882a44
parent96147a6d1c15b7604838dcd5de5ebd771f551d96 (diff)
downloadpostgresql-a001f13506ba14ab161f2c3702369689221e64c9.tar.gz
postgresql-a001f13506ba14ab161f2c3702369689221e64c9.zip
Update TODO list.
-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]