From 4fff9d729008d8fd9274b160b36bef65795e0989 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 16 Jun 2006 22:01:17 +0000 Subject: Document issues with non-default tablespaces and pg_dumpall restores. Backpatch documentation addition to 8.1.X. --- doc/src/sgml/ref/pg_dumpall.sgml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 6cf1c0d538c..e6de1ea64e5 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. + + -- cgit v1.2.3