diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-01-10 04:58:19 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-01-10 04:58:19 +0000 |
commit | 7a0672b7b1a2981eb8c165b60c7fb910e17cd0fa (patch) | |
tree | b2f1c98b69427ede188e0d2ff95bf87652a8abec /doc/src | |
parent | 4d151d0b1282083617eb4d78659187274986748c (diff) | |
download | postgresql-7a0672b7b1a2981eb8c165b60c7fb910e17cd0fa.tar.gz postgresql-7a0672b7b1a2981eb8c165b60c7fb910e17cd0fa.zip |
More pg_upgrade improvements. Almost done, except for max transaction
setting.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_upgrade.sgml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_upgrade.sgml b/doc/src/sgml/ref/pg_upgrade.sgml index 6d83e888ee1..a7c0a502a52 100644 --- a/doc/src/sgml/ref/pg_upgrade.sgml +++ b/doc/src/sgml/ref/pg_upgrade.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.14 2002/01/09 21:50:51 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.15 2002/01/10 04:58:19 momjian Exp $ PostgreSQL documentation --> @@ -50,7 +50,10 @@ pg_upgrade -s <replaceable class="parameter">filename</replaceable> [ -d <replac <step performance="required"> <para> Back up your existing data directory, preferably by making a - complete dump with pg_dumpall. + complete dump with pg_dumpall. Those upgrading from 7.1 are + required to supply this dump filename to pg_upgrade with the + <option>-d</option> option. Other releases should not use the + <option>-d</option> option. </para> </step> |