Commit 8ba3548e authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent f31dc0ad
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Mon Jul 16 01:01:38 EDT 2001 Last updated: Mon Jul 16 10:34:15 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -216,8 +216,9 @@ REFERENTIAL INTEGRITY ...@@ -216,8 +216,9 @@ REFERENTIAL INTEGRITY
* Change foreign key constraint for array -> element to mean element * Change foreign key constraint for array -> element to mean element
in array in array
DEPENDENCY CHECKING - pg_depend DEPENDENCY CHECKING
* Add pg_depend table for dependency recording
* Auto-destroy sequence on DROP of table with SERIAL; perhaps a separate * Auto-destroy sequence on DROP of table with SERIAL; perhaps a separate
SERIAL type SERIAL type
* Prevent column dropping if column is used by foreign key * Prevent column dropping if column is used by foreign key
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment