projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14f9171
)
Document issues with non-default tablespaces and pg_dumpall restores.
author
Bruce Momjian
<
[email protected]
>
Fri, 16 Jun 2006 22:01:22 +0000
(22:01 +0000)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_dumpall.sgml
b/doc/src/sgml/ref/pg_dumpall.sgml
index 4fa417d3fb13100acb7b732c07dac7b08a9673f5..0ab986466cc55a682f076885c1b71b0c20d7e1cf 100644
(file)
--- a/
doc/src/sgml/ref/pg_dumpall.sgml
+++ b/
doc/src/sgml/ref/pg_dumpall.sgml
@@
-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>