From 7a0672b7b1a2981eb8c165b60c7fb910e17cd0fa Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 10 Jan 2002 04:58:19 +0000 Subject: More pg_upgrade improvements. Almost done, except for max transaction setting. --- doc/src/sgml/ref/pg_upgrade.sgml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/src') 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 @@ @@ -50,7 +50,10 @@ pg_upgrade -s filename [ -d 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. Other releases should not use the + option. -- cgit v1.2.3