Update TODO list.
authorBruce Momjian
Mon, 7 May 2001 18:40:59 +0000 (18:40 +0000)
committerBruce Momjian
Mon, 7 May 2001 18:40:59 +0000 (18:40 +0000)
doc/TODO

index b8594ba97c86e973595ed9506cda5baf73d9a4e9..be6e919fd3a9e612de8342305ff1c7117ae91e56 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:      Mon May  7 13:04:50 EDT 2001
+Last updated:      Mon May  7 14:40:15 EDT 2001
 
 Current maintainer:    Bruce Momjian ([email protected])
 
@@ -172,7 +172,8 @@ REFERENTIAL INTEGRITY
 * Enforce referential integrity for system tables
 * 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 to pg_shadow.usename and pg_shadow.usesysid or
+  switch to pg_shadow.oid as user id
 * Add unique indexes on pg_database
 * Check all system tables and add unique indexes as needed