1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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
This commit is contained in:
Bruce Momjian
2013-07-26 13:52:01 -04:00
parent 89bb2c76e4
commit 61edd52401

View File

@ -81,14 +81,14 @@
<varlistentry>
<term><option>-b</option> <replaceable>old_bindir</></term>
<term><option>--old-bindir=</option><replaceable>old_bindir</></term>
<listitem><para>the old cluster executable directory;
<listitem><para>the old PostgreSQL executable directory;
environment variable <envar>PGBINOLD</></para></listitem>
</varlistentry>
<varlistentry>
<term><option>-B</option> <replaceable>new_bindir</></term>
<term><option>--new-bindir=</option><replaceable>new_bindir</></term>
<listitem><para>the new cluster executable directory;
<listitem><para>the new PostgreSQL executable directory;
environment variable <envar>PGBINNEW</></para></listitem>
</varlistentry>
@ -255,7 +255,8 @@ gmake prefix=/usr/local/pgsql.new install
<para>
Install the <application>pg_upgrade</> binary and
<application>pg_upgrade_support</> library in the new PostgreSQL cluster.
<application>pg_upgrade_support</> library in the new PostgreSQL
installation.
</para>
</step>