Document issues with non-default tablespaces and pg_dumpall restores.
authorBruce Momjian <[email protected]>
Fri, 16 Jun 2006 22:01:22 +0000 (22:01 +0000)
committerBruce Momjian <[email protected]>
Fri, 16 Jun 2006 22:01:22 +0000 (22:01 +0000)
Backpatch documentation addition to 8.1.X.

doc/src/sgml/ref/pg_dumpall.sgml

index 4fa417d3fb13100acb7b732c07dac7b08a9673f5..0ab986466cc55a682f076885c1b71b0c20d7e1cf 100644 (file)
@@ -377,6 +377,13 @@ PostgreSQL documentation
    databases.
   </para>
 
+  <para>
+   <application>pg_dumpall</application> requires all needed
+   tablespace directories to exist before the restore or
+   database creation will fail for databases in non-default
+   locations.
+  </para>
+
  </refsect1>