Skip to content

Commit 39d715b

Browse files
committed
Add:
> * Make pg_restore continue after errors, so it acts more like pg_dump scripts
1 parent 1266164 commit 39d715b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Fri Jan 30 06:11:06 EST 2004
3+
Last updated: Tue Feb 3 11:51:21 EST 2004
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -265,6 +265,7 @@ Clients
265265
* -Allow pg_dump to dump CREATE CONVERSION (Christopher)
266266
* Allow fastpast to pass values in portable format
267267
* Allow libpq to return information about prepared queries
268+
* Make pg_restore continue after errors, so it acts more like pg_dump scripts
268269

269270
* JDBC
270271
o Comprehensive test suite. This may be available already.
@@ -464,7 +465,7 @@ Source Code
464465
* Acquire lock on a relation before building a relcache entry for it
465466
* Research interaction of setitimer() and sleep() used by statement_timeout
466467
* -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 $
468469
* Exit postmaster if postgresql.conf can not be opened
469470
* Rename /scripts directory because they are all C programs now
470471
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)