aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-06-14 02:25:02 +0000
committerBruce Momjian <bruce@momjian.us>2000-06-14 02:25:02 +0000
commit4b3d31c9915ebf23e4bf902f0c5d687369aeb1ab (patch)
treeec0b3930b6bb699dbf187c00d6657aa99be75384
parenta13b3f8cb6176ed8b99dbcf8ae8e4185f3ee0182 (diff)
downloadpostgresql-4b3d31c9915ebf23e4bf902f0c5d687369aeb1ab.tar.gz
postgresql-4b3d31c9915ebf23e4bf902f0c5d687369aeb1ab.zip
Update TODO list.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 9c858e9be53..da5ba6e705c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Jun 13 04:04:27 EDT 2000
+Last updated: Tue Jun 13 22:24:15 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -133,6 +133,7 @@ COMMANDS
* Allow BINARY option to SELECT, like we do with DECLARE
* Prevent truncate on table with a referential integrity trigger
* MOVE 0 should not move to end of cursor
+* Overhaul ACL (access control) code
CLIENTS