diff options
Diffstat (limited to 'doc')
| -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> | 
