diff options
| author | Bruce Momjian | 2006-06-16 22:01:22 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2006-06-16 22:01:22 +0000 |
| commit | f44391b0a02870f877c2775ce706201fc1ebf33c (patch) | |
| tree | 33e3b1a6fe0ba5582991df818f12b43e1f12271a /doc/src/sgml | |
| parent | 4cfe1fadad2f9df2a03282dc3ed87c4a4e2e1c21 (diff) | |
Document issues with non-default tablespaces and pg_dumpall restores.
Backpatch documentation addition to 8.1.X.
Diffstat (limited to 'doc/src/sgml')
| -rw-r--r-- | doc/src/sgml/ref/pg_dumpall.sgml | 9 |
1 files changed, 8 insertions, 1 deletions
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 @@ <!-- -$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> |
