Update TODO list.

This commit is contained in:
Bruce Momjian 2001-07-16 14:34:26 +00:00
parent f31dc0ada7
commit 8ba3548ebf
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
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)
@ -216,8 +216,9 @@ REFERENTIAL INTEGRITY
* Change foreign key constraint for array -> element to mean element
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
SERIAL type
* Prevent column dropping if column is used by foreign key