|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Mon Jul 16 01:00:21 EDT 2001 |
| 3 | +Last updated:Mon Jul 16 01:01:38 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -132,7 +132,6 @@ SYSTEM TABLES |
132 | 132 | * -Check all system tables and add unique indexes as needed (Tom) |
133 | 133 | * -Remove pg_listener index |
134 | 134 | * -Remove unused pg_variable, pg_inheritproc, pg_ipl tables (Bruce) |
135 | | -* Add pg_depend table to track object dependencies |
136 | 135 |
|
137 | 136 | COMMANDS |
138 | 137 |
|
@@ -217,17 +216,16 @@ REFERENTIAL INTEGRITY |
217 | 216 | * Change foreign key constraint for array -> element to mean element |
218 | 217 | in array |
219 | 218 |
|
220 | | -DEPENDENCY CHECKING/ pg_depend |
| 219 | +DEPENDENCY CHECKING- pg_depend |
221 | 220 |
|
222 | | -* Auto-destroy sequence on DROP of table with SERIAL, perhaps with a separate |
| 221 | +* Auto-destroy sequence on DROP of table with SERIAL; perhaps a separate |
223 | 222 | SERIAL type |
224 | 223 | * Prevent column dropping if column is used by foreign key |
225 | 224 | * Propagate column or table renaming to foreign key constraints |
226 | 225 | * Automatically drop constraints/functions when object is dropped |
227 | 226 | * Make constraints clearer in dump file |
228 | 227 | * Make foreign keys easier to identify |
229 | 228 |
|
230 | | - |
231 | 229 | TRANSACTIONS |
232 | 230 |
|
233 | 231 | * Allow autocommit so always in a transaction block |
|