Skip to content

Commit c6fdf8b

Browse files
committed
More man pages improvements; also needed to test sgml build.
1 parent 3bb7755 commit c6fdf8b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

doc/src/sgml/ref/pg_upgrade.sgml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.18 2002/01/11 20:34:14 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.19 2002/01/11 20:48:47 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -94,6 +94,18 @@ $ make install
9494
</para>
9595
</step>
9696

97+
<step performance="required">
98+
<para>
99+
Do:
100+
<programlisting>
101+
$ cd pgsql/contrib/pg_resetxlog
102+
$ make install
103+
</programlisting>
104+
to install the /contrib/pg_resetxlog utility
105+
which will be used by pg_upgrade.
106+
</para>
107+
</step>
108+
97109
<step performance="required">
98110
<para>
99111
Run <application>initdb</application> to create a new template1 database

0 commit comments

Comments
 (0)