aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-01-11 06:08:02 +0000
committerBruce Momjian <bruce@momjian.us>2002-01-11 06:08:02 +0000
commitba3231a2a062da7d5932c05784759cf1acf40cdb (patch)
tree4fb14c7fc9ae2ac91e1a5581a9c8c6dbd5185d9f /doc/src
parentd91b4451175dcd1996e8b5fdaa375d2bcf74d9a5 (diff)
downloadpostgresql-ba3231a2a062da7d5932c05784759cf1acf40cdb.tar.gz
postgresql-ba3231a2a062da7d5932c05784759cf1acf40cdb.zip
More cleanups.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_upgrade.sgml16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/sgml/ref/pg_upgrade.sgml b/doc/src/sgml/ref/pg_upgrade.sgml
index b90412ec5de..1b9c37aa39e 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.16 2002/01/11 04:39:19 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.17 2002/01/11 06:08:02 momjian Exp $
PostgreSQL documentation
-->
@@ -56,13 +56,6 @@ pg_upgrade -s <replaceable class="parameter">filename</replaceable> <replaceable
<step performance="required">
<para>
- <command>VACUUM</command> your entire database using
- <command>vacuumdb -a</command.>
- </para>
- </step>
-
- <step performance="required">
- <para>
Then do:
<programlisting>
$ pg_dumpall -s > schema.out
@@ -73,6 +66,13 @@ $ pg_dumpall -s > schema.out
<step performance="required">
<para>
+ <command>VACUUM</command> your entire database using
+ <command>vacuumdb -a</command.>
+ </para>
+ </step>
+
+ <step performance="required">
+ <para>
Stop the old postmaster and all backends.
</para>
</step>