Skip to content

Commit 61edd52

Browse files
committed
pg_upgrade docs: don't use cluster for binary/lib
In a few cases, pg_upgrade said old/new cluster location when it meant old/new Postgres install location, so fix those. Per private email report
1 parent 89bb2c7 commit 61edd52

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/pgupgrade.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@
8181
<varlistentry>
8282
<term><option>-b</option> <replaceable>old_bindir</></term>
8383
<term><option>--old-bindir=</option><replaceable>old_bindir</></term>
84-
<listitem><para>the old cluster executable directory;
84+
<listitem><para>the old PostgreSQL executable directory;
8585
environment variable <envar>PGBINOLD</></para></listitem>
8686
</varlistentry>
8787

8888
<varlistentry>
8989
<term><option>-B</option> <replaceable>new_bindir</></term>
9090
<term><option>--new-bindir=</option><replaceable>new_bindir</></term>
91-
<listitem><para>the new cluster executable directory;
91+
<listitem><para>the new PostgreSQL executable directory;
9292
environment variable <envar>PGBINNEW</></para></listitem>
9393
</varlistentry>
9494

@@ -255,7 +255,8 @@ gmake prefix=/usr/local/pgsql.new install
255255

256256
<para>
257257
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.
259260
</para>
260261
</step>
261262

0 commit comments

Comments
 (0)