|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Mon Jul 1601:01:38 EDT 2001 |
| 3 | +Last updated:Mon Jul 1610:34:15 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -216,8 +216,9 @@ REFERENTIAL INTEGRITY
|
216 | 216 | * Change foreign key constraint for array -> element to mean element
|
217 | 217 | in array
|
218 | 218 |
|
219 |
| -DEPENDENCY CHECKING - pg_depend |
| 219 | +DEPENDENCY CHECKING |
220 | 220 |
|
| 221 | +* Add pg_depend table for dependency recording |
221 | 222 | * Auto-destroy sequence on DROP of table with SERIAL; perhaps a separate
|
222 | 223 | SERIAL type
|
223 | 224 | * Prevent column dropping if column is used by foreign key
|
|