Commit 9646d2fd authored by Alvaro Herrera's avatar Alvaro Herrera

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
parent 123c9d2f
...@@ -407,7 +407,7 @@ pg_upgrade.exe ...@@ -407,7 +407,7 @@ pg_upgrade.exe
upgrade them (before starting any servers): upgrade them (before starting any servers):
</para> </para>
<procedure> <substeps>
<step> <step>
<title>Install the new PostgreSQL binaries on standby servers</title> <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 ...@@ -522,7 +522,7 @@ rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_d
</para> </para>
</step> </step>
</procedure> </substeps>
</step> </step>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment