mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
More man pages improvements; also needed to test sgml build.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$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
|
|||||||
</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
|
||||||
|
Reference in New Issue
Block a user