aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-01-23 00:49:13 +0000
committerBruce Momjian <bruce@momjian.us>2001-01-23 00:49:13 +0000
commit18f45e9aeda6e09136baf907a0c23dc2d0766ea9 (patch)
tree2465496c2638d14c2dd0b75f2d64ec51538cda2a /doc
parentf60e4347a8aff7e95393803d3b9fe7fa8327c477 (diff)
downloadpostgresql-18f45e9aeda6e09136baf907a0c23dc2d0766ea9.tar.gz
postgresql-18f45e9aeda6e09136baf907a0c23dc2d0766ea9.zip
Update TODO list.
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 3939663ab2a..5d05fa039e0 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Jan 22 19:02:19 EST 2001
+Last updated: Mon Jan 22 19:49:03 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -227,7 +227,6 @@ MISCELLANEOUS
database is idle, finding superceeded rows, gathering stats and vacuuming
* Add UNIQUE capability to non-btree indexes
* Certain indexes will not shrink, i.e. oid indexes with many inserts (Vadim)
-* Move OID retrieval into shared memory to prevent lose of unused oids
* Have UPDATE/DELETE clean out indexes
* Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
* Allow DELETE WHERE CURRENT OF cursor