]> granicus.if.org Git - postgresql/commitdiff
Document issues with non-default tablespaces and pg_dumpall restores.
authorBruce Momjian <bruce@momjian.us>
Fri, 16 Jun 2006 22:01:22 +0000 (22:01 +0000)
committerBruce Momjian <bruce@momjian.us>
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 6cf1c0d538c8665b281f05cf1aaf7c7e48e3cf9d..d1b2cc9fd19319e761f4101241af930ea98b207f 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.55 2005/11/01 21:09:50 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.55.2.1 2006/06/16 22:01:22 momjian Exp $
 PostgreSQL documentation
 -->
 
@@ -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>