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

Commit61edd52

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 parent89bb2c7 commit61edd52

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

@@ -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)

[8]ページ先頭

©2009-2025 Movatter.jp