]> granicus.if.org Git - postgresql/commitdiff
pg_upgrade docs: don't use cluster for binary/lib
authorBruce Momjian <bruce@momjian.us>
Fri, 26 Jul 2013 17:52:01 +0000 (13:52 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 26 Jul 2013 17:52:01 +0000 (13:52 -0400)
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

doc/src/sgml/pgupgrade.sgml

index 8eb037550237401ce7192d8bae5151a6272f8877..f6cd9f0d881730c6d07e6f7bded754c3cc43dfb1 100644 (file)
      <varlistentry>
       <term><option>-b</option> <replaceable>bindir</></term>
       <term><option>--old-bindir=</option><replaceable>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>bindir</></term>
       <term><option>--new-bindir=</option><replaceable>bindir</></term>
-      <listitem><para>the new cluster executable directory;
+      <listitem><para>the new PostgreSQL executable directory;
       environment variable <envar>PGBINNEW</></para></listitem>
      </varlistentry>
 
@@ -254,7 +254,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>