|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Mon Sep8 18:48:19 EDT 2003 |
| 3 | +Last updated:Tue Sep9 20:03:20 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -347,6 +347,7 @@ Dependency Checking
|
347 | 347 |
|
348 | 348 | * Flush cached query plans when their underlying catalog data changes
|
349 | 349 | * Use dependency information to dump data in proper order
|
| 350 | +* Have pg_dump -c clear the database using dependency information |
350 | 351 |
|
351 | 352 |
|
352 | 353 | Exotic Features
|
@@ -495,7 +496,7 @@ Source Code
|
495 | 496 | * Acquire lock on a relation before building a relcache entry for it
|
496 | 497 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
497 | 498 | * Add checks for fclose() failure
|
498 |
| -* Change CVS $Id: TODO,v 1.1133 2003/09/08 22:48:21 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1133 2003/09/08 22:48:21 momjian Exp $ |
| 499 | +* Change CVS $Id: TODO,v 1.1134 2003/09/10 00:03:23 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1134 2003/09/10 00:03:23 momjian Exp $ |
499 | 500 | * Exit postmaster if postgresql.conf can not be opened
|
500 | 501 | * Rename /scripts directory because they are all C programs now
|
501 | 502 | * Allow the regression tests to start postmaster with -i so the tests
|
|