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.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f44391b0a02870f877c2775ce706201fc1ebf33c;p=users%2Fgsingh%2Fpostgres.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 6cf1c0d538..d1b2cc9fd1 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. + +