diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-01-11 06:08:02 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-01-11 06:08:02 +0000 |
commit | ba3231a2a062da7d5932c05784759cf1acf40cdb (patch) | |
tree | 4fb14c7fc9ae2ac91e1a5581a9c8c6dbd5185d9f /doc/src | |
parent | d91b4451175dcd1996e8b5fdaa375d2bcf74d9a5 (diff) | |
download | postgresql-ba3231a2a062da7d5932c05784759cf1acf40cdb.tar.gz postgresql-ba3231a2a062da7d5932c05784759cf1acf40cdb.zip |
More cleanups.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_upgrade.sgml | 16 |
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> |