From c1564b3928e527c799bd41c2c80c4d6851bb5e15 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 1 Sep 2015 14:58:28 -0300 Subject: [PATCH] Use in pg_upgrade's procedure For clarity, so that the substeps are not numbered identically to the outer procedure's steps. Per report from Andy Colson in http://www.postgresql.org/message-id/55D789B5.7040308@squeakycode.net --- doc/src/sgml/ref/pgupgrade.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 072d5f46eb..ebc0d58887 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -407,7 +407,7 @@ pg_upgrade.exe upgrade them (before starting any servers): - + Install the new PostgreSQL binaries on standby servers @@ -522,7 +522,7 @@ rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_d - +