Remove:
authorBruce Momjian <bruce@momjian.us>
Sat, 6 Nov 2004 05:38:19 +0000 (05:38 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 6 Nov 2004 05:38:19 +0000 (05:38 +0000)
* Allow database recovery where tablespaces can't be created

  When a pg_dump is restored, all tablespaces will attempt to be created
  in their original locations. If this fails, the user must be able to
  adjust the restore process.

doc/TODO

index 5187d803c082c544b6d2787f92f29c737a9640cf..2e435850c35e1716d17d126973e2913a2bffb986 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -6,7 +6,7 @@ TODO list for PostgreSQL
 Bracketed items "[]" have more detail.
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:      Fri Nov  5 22:25:13 EST 2004
+Last updated:      Sat Nov  6 00:38:05 EST 2004
 
 The most recent version of this document can be viewed at the PostgreSQL web
 site, http://www.PostgreSQL.org.
@@ -52,12 +52,6 @@ Administration
   that will call that function and connect to each database to find the
   objects in each database for that tablespace.
 
-* Allow database recovery where tablespaces can't be created
-
-  When a pg_dump is restored, all tablespaces will attempt to be created
-  in their original locations. If this fails, the user must be able to 
-  adjust the restore process.
-
 * Allow a database in tablespace t1 with tables created in tablespace t2
   to be used as a template for a new database created with default
   tablespace t2