aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-05-21 18:36:58 +0000
committerBruce Momjian <bruce@momjian.us>2001-05-21 18:36:58 +0000
commit984bf07a65a8753a2538aad68de7342a0619523e (patch)
treee219dd74bf55986b1f082d2e0eb43cec9fa39e88
parent5546ec289bc75eac0be689d9a36950f702b4c5f6 (diff)
downloadpostgresql-984bf07a65a8753a2538aad68de7342a0619523e.tar.gz
postgresql-984bf07a65a8753a2538aad68de7342a0619523e.zip
Update TODO list.
-rw-r--r--doc/TODO10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/TODO b/doc/TODO
index a693495fc50..b4f32d3c6a3 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sat May 19 21:11:38 EDT 2001
+Last updated: Mon May 21 14:36:45 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -18,11 +18,8 @@ RELIABILITY
PARSER
-* SELECT pg_class FROM pg_class generates strange error
+* -SELECT pg_class FROM pg_class generates strange error
* ALTER TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT
-* UNIQUE INDEX on base column not honored on inserts from inherited table
- INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
- [inheritance]
MISC
@@ -104,6 +101,9 @@ INDEXES
* Re-enable partial indexes
* Allow inherited tables to inherit index, UNIQUE constraint, and primary key
[inheritance]
+* UNIQUE INDEX on base column not honored on inserts from inherited table
+ INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
+ [inheritance]
* Prevent pg_attribute from having duplicate oids for indexes (Tom)
* Add UNIQUE capability to non-btree indexes
* Certain indexes will not shrink, e.g. oid indexes with many inserts (Vadim)