|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Fri Jan 30 06:11:06 EST 2004 |
| 3 | +Last updated:Tue Feb 311:51:21 EST 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -265,6 +265,7 @@ Clients |
265 | 265 | * -Allow pg_dump to dump CREATE CONVERSION (Christopher) |
266 | 266 | * Allow fastpast to pass values in portable format |
267 | 267 | * Allow libpq to return information about prepared queries |
| 268 | +* Make pg_restore continue after errors, so it acts more like pg_dump scripts |
268 | 269 |
|
269 | 270 | * JDBC |
270 | 271 | o Comprehensive test suite. This may be available already. |
@@ -464,7 +465,7 @@ Source Code |
464 | 465 | * Acquire lock on a relation before building a relcache entry for it |
465 | 466 | * Research interaction of setitimer() and sleep() used by statement_timeout |
466 | 467 | * -Add checks for fclose() failure (Tom) |
467 | | -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1194 2004/01/30 11:11:07 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1194 2004/01/30 11:11:07 momjian Exp $ |
| 468 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1195 2004/02/03 16:53:56 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1195 2004/02/03 16:53:56 momjian Exp $ |
468 | 469 | * Exit postmaster if postgresql.conf can not be opened |
469 | 470 | * Rename /scripts directory because they are all C programs now |
470 | 471 | * Allow the regression tests to start postmaster with -i so the tests |
|