|
1 | 1 | <!--
|
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 $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -94,6 +94,18 @@ $ make install
|
94 | 94 | </para>
|
95 | 95 | </step>
|
96 | 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 | + |
97 | 109 | <step performance="required">
|
98 | 110 | <para>
|
99 | 111 | Run <application>initdb</application> to create a new template1 database
|
|