diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-04-28 14:44:47 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-04-28 14:44:47 +0000 |
commit | 796695c9d1ef51ac0ae56f3105c0a45f9417f52b (patch) | |
tree | 49fa19e2bc2b4d9e7584b55529da9749ab7bbdf0 | |
parent | a90dc572ed4498e57381bdb7020ee453f4d20b57 (diff) | |
download | postgresql-796695c9d1ef51ac0ae56f3105c0a45f9417f52b.tar.gz postgresql-796695c9d1ef51ac0ae56f3105c0a45f9417f52b.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat Apr 22 16:33:07 EDT 2000 +Last updated: Fri Apr 28 10:44:19 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -51,6 +51,8 @@ MISC another backend. Might lead to MVCC inside of syscache * Permission to UPDATE table allows DELETE also * Some database schema's are not dumpable; do dumps in oid order + + ENHANCEMENTS ------------ @@ -171,6 +173,12 @@ MISC * Allow BLCKSZ <= 64k, not <= 32k * redesign UNION structures to have separarate target lists * Allow multi-level query trees for INSERT INTO ... SELECT +* Check that primary key exists at foreign key definition time +* Prevent column dropping if column is used by foreign key +* Propagate column or table renaming to foreign key constraints +* Emit a warning at foreign key creation time if no UNIQUE index + exists on referenced primary key attributes + PERFORMANCE ----------- @@ -218,6 +226,7 @@ MISC * prevent labels from being output for stored rules (Tom) * allow configuration of maximum number of open files + SOURCE CODE ----------- * Add use of 'const' for variables in source tree |