aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-05-18 15:18:55 +0000
committerBruce Momjian <bruce@momjian.us>2001-05-18 15:18:55 +0000
commitd220d3482dce2a90ab3e0bdaebca207043152b4c (patch)
treeb39b59ebb172aaf81888d48b8a5ef7809db7c064
parent1bb13716ecc9ca3ad005688973b60c94d6e040a1 (diff)
downloadpostgresql-d220d3482dce2a90ab3e0bdaebca207043152b4c.tar.gz
postgresql-d220d3482dce2a90ab3e0bdaebca207043152b4c.zip
Update TODO list.
-rw-r--r--doc/TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 3bcfb4db912..8a13b1a022b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri May 18 10:39:40 EDT 2001
+Last updated: Fri May 18 11:17:58 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -46,9 +46,8 @@ URGENT
ADMIN
-* More access control over who can (Karel)
* Improve control over user privileges, including table creation and
- lock use [privileges]
+ lock use [privileges] (Karel, others)
* Permission to DELETE table also allows UPDATE
* Allow elog() to return error codes, module name, file name, line
number, not just messages (Peter E) [elog]