From: Alvaro Herrera Date: Tue, 1 Sep 2015 17:58:28 +0000 (-0300) Subject: Use in pg_upgrade's procedure X-Git-Tag: REL9_6_BETA1~1422 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9646d2fd62a444ab4502e49dfe3cbf9d7350c5e2;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 072d5f46eb2..ebc0d58887e 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 - +