|
81 | 81 | <varlistentry> |
82 | 82 | <term><option>-b</option> <replaceable>old_bindir</></term> |
83 | 83 | <term><option>--old-bindir=</option><replaceable>old_bindir</></term> |
84 | | - <listitem><para>the oldcluster executable directory; |
| 84 | + <listitem><para>the oldPostgreSQL executable directory; |
85 | 85 | environment variable <envar>PGBINOLD</></para></listitem> |
86 | 86 | </varlistentry> |
87 | 87 |
|
88 | 88 | <varlistentry> |
89 | 89 | <term><option>-B</option> <replaceable>new_bindir</></term> |
90 | 90 | <term><option>--new-bindir=</option><replaceable>new_bindir</></term> |
91 | | - <listitem><para>the newcluster executable directory; |
| 91 | + <listitem><para>the newPostgreSQL executable directory; |
92 | 92 | environment variable <envar>PGBINNEW</></para></listitem> |
93 | 93 | </varlistentry> |
94 | 94 |
|
@@ -255,7 +255,8 @@ gmake prefix=/usr/local/pgsql.new install |
255 | 255 |
|
256 | 256 | <para> |
257 | 257 | Install the <application>pg_upgrade</> binary and |
258 | | - <application>pg_upgrade_support</> library in the new PostgreSQL cluster. |
| 258 | + <application>pg_upgrade_support</> library in the new PostgreSQL |
| 259 | + installation. |
259 | 260 | </para> |
260 | 261 | </step> |
261 | 262 |
|
|