summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2015-09-01 14:58:28 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2015-09-01 14:58:28 -0300
commit9646d2fd62a444ab4502e49dfe3cbf9d7350c5e2 (patch)
tree83d3dab73a7befe1a452cfd842e7141787f5a132
parent123c9d2fc1fe0a8ee676d8244198b34a5e99ea90 (diff)
downloadpostgresql-9646d2fd62a444ab4502e49dfe3cbf9d7350c5e2.tar.gz
Use <substeps> 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
-rw-r--r--doc/src/sgml/ref/pgupgrade.sgml4
1 files 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):
</para>
- <procedure>
+ <substeps>
<step>
<title>Install the new PostgreSQL binaries on standby servers</title>
@@ -522,7 +522,7 @@ rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_d
</para>
</step>
- </procedure>
+ </substeps>
</step>