|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Nov 2116:25:20 EST 2001 |
| 3 | +Last updated:Wed Nov 2120:34:04 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -273,6 +273,8 @@ DEPENDENCY CHECKING
|
273 | 273 | depend_sysrelid, depend_oid, name
|
274 | 274 | * Auto-destroy sequence on DROP of table with SERIAL; perhaps a separate
|
275 | 275 | SERIAL type
|
| 276 | +* Have SERIAL generate non-colliding sequence names when we have |
| 277 | + auto-destruction |
276 | 278 | * Prevent column dropping if column is used by foreign key
|
277 | 279 | * Propagate column or table renaming to foreign key constraints
|
278 | 280 | * Automatically drop constraints/functions when object is dropped
|
|