From: Bruce Momjian Date: Fri, 16 Jun 2006 22:01:22 +0000 (+0000) Subject: Document issues with non-default tablespaces and pg_dumpall restores. X-Git-Tag: REL8_1_5~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f44391b0a02870f877c2775ce706201fc1ebf33c;p=thirdparty%2Fpostgresql.git Document issues with non-default tablespaces and pg_dumpall restores. Backpatch documentation addition to 8.1.X. --- diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 6cf1c0d538c..d1b2cc9fd19 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -1,5 +1,5 @@ @@ -377,6 +377,13 @@ PostgreSQL documentation databases. + + pg_dumpall requires all needed + tablespace directories to exist before the restore or + database creation will fail for databases in non-default + locations. + +