Commit c6fdf8bc authored by Bruce Momjian's avatar Bruce Momjian

More man pages improvements; also needed to test sgml build.

parent 3bb77555
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.18 2002/01/11 20:34:14 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.19 2002/01/11 20:48:47 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -94,6 +94,18 @@ $ make install ...@@ -94,6 +94,18 @@ $ make install
</para> </para>
</step> </step>
<step performance="required">
<para>
Do:
<programlisting>
$ cd pgsql/contrib/pg_resetxlog
$ make install
</programlisting>
to install the /contrib/pg_resetxlog utility
which will be used by pg_upgrade.
</para>
</step>
<step performance="required"> <step performance="required">
<para> <para>
Run <application>initdb</application> to create a new template1 database Run <application>initdb</application> to create a new template1 database
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment