From c6fdf8bcfcaf9161360231d505c27f24a50e5691 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 11 Jan 2002 20:48:47 +0000 Subject: [PATCH] More man pages improvements; also needed to test sgml build. --- doc/src/sgml/ref/pg_upgrade.sgml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/pg_upgrade.sgml b/doc/src/sgml/ref/pg_upgrade.sgml index ef075de9bd..1e3681984c 100644 --- a/doc/src/sgml/ref/pg_upgrade.sgml +++ b/doc/src/sgml/ref/pg_upgrade.sgml @@ -1,5 +1,5 @@ @@ -94,6 +94,18 @@ $ make install + + + Do: + +$ cd pgsql/contrib/pg_resetxlog +$ make install + + to install the /contrib/pg_resetxlog utility + which will be used by pg_upgrade. + + + Run initdb to create a new template1 database -- 2.40.0