aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-06-10 01:25:01 +0000
committerBruce Momjian <bruce@momjian.us>2001-06-10 01:25:01 +0000
commit933adb3e373c1147c0e4c2ed29789c1f68924e75 (patch)
treebf62b95c472c659bd0dcdab399bb07b6d3799299
parent7ceed2a9b5f19c59a2797c5aa31d801c32cb0cc4 (diff)
downloadpostgresql-933adb3e373c1147c0e4c2ed29789c1f68924e75.tar.gz
postgresql-933adb3e373c1147c0e4c2ed29789c1f68924e75.zip
Update TODO list.
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index b4b093b5d73..465c92fed7a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Jun 7 16:05:45 EDT 2001
+Last updated: Sat Jun 9 21:24:52 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -94,8 +94,8 @@ INDEXES
fails index can't store constant parameters
* Add FILLFACTOR to index creation
* Re-enable partial indexes
-* Allow inherited tables to inherit index, UNIQUE constraint, and primary key
- [inheritance]
+* Allow inherited tables to inherit index, UNIQUE constraint, and primary
+ key, foreign 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]