diff options
author | Bruce Momjian | 2001-02-07 00:52:56 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-02-07 00:52:56 +0000 |
commit | 25d95a2d603d2a4cd49899877d67b70113ae4154 (patch) | |
tree | 45e01e54937d0bdd64323b45a6196094813298ac | |
parent | 0817130ead3596515a4c63f8624a6bd244fe0e0b (diff) |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Feb 6 19:52:31 EST 2001 +Last updated: Tue Feb 6 19:52:47 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -314,7 +314,7 @@ MISC * Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM ANALYZE, and CLUSTER * Delay fsync() when other backends are about to commit too [fsync] -* Prevent pg_attribute from having duplicate oids for indexes +* Prevent pg_attribute from having duplicate oids for indexes (Tom) SOURCE CODE ----------- |