mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
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
This commit is contained in:
parent
123c9d2fc1
commit
9646d2fd62
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue