Skip to content

Commit 5691de6

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 3d13623 commit 5691de6

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>bindir</></term>
8383
<term><option>--old-bindir=</option><replaceable>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>bindir</></term>
9090
<term><option>--new-bindir=</option><replaceable>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

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

255255
<para>
256256
Install the <application>pg_upgrade</> binary and
257-
<application>pg_upgrade_support</> library in the new PostgreSQL cluster.
257+
<application>pg_upgrade_support</> library in the new PostgreSQL
258+
installation.
258259
</para>
259260
</step>
260261

0 commit comments

Comments
 (0)