Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5691de6

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 meantold/new Postgres install location, so fix those.Per private email report
1 parent3d13623 commit5691de6

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 oldcluster executable directory;
84+
<listitem><para>the oldPostgreSQL 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 newcluster executable directory;
91+
<listitem><para>the newPostgreSQL 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)

[8]ページ先頭

©2009-2025 Movatter.jp