We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb7755 commit c6fdf8bCopy full SHA for c6fdf8b
doc/src/sgml/ref/pg_upgrade.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
PostgreSQL documentation
4
-->
5
@@ -94,6 +94,18 @@ $ make install
94
</para>
95
</step>
96
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
+
109
<step performance="required">
110
<para>
111
Run <application>initdb</application> to create a new template1 database
0 commit comments