summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-03-30 18:36:23 +0000
committerBruce Momjian <bruce@momjian.us>2001-03-30 18:36:23 +0000
commit188e0fe4576734c6bf7ab7fc7fd96a2d2d443e70 (patch)
tree732172f85d83bfb100b9bb7c979a07d5db33c9e2
parentdd5267380337c7b9dffe3b782ff021c45f3ba55d (diff)
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 5966eceae7b..83cd08d4404 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Mar 30 13:34:23 EST 2001
+Last updated: Fri Mar 30 13:36:16 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -230,6 +230,8 @@ REFERENTIAL INTEGRITY
* INSERT & UPDATE/DELETE in transaction of primary key fails with
deferredTriggerGetPreviousEvent or "change violation" [foreign]
* Add unique indexes to pg_shadow.usename and pg_shadow.usesysid
+* Add unique indexes on pg_database
+* Check all system tables and add unique indexes as needed
EXOTIC FEATURES