pg_upgrade docs: don't use cluster for binary/lib
authorBruce Momjian
Fri, 26 Jul 2013 17:52:01 +0000 (13:52 -0400)
committerBruce Momjian
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 523fe440841a135931e8be6d45da11871b69a7e4..c04e552bc93d29a39045f322d7758ecc99d9e40c 100644 (file)
      
        old_bindir
       old_bindir
-      the old cluster executable directory;
+      the old PostgreSQL executable directory;
       environment variable PGBINOLD
      
 
      
        new_bindir
       new_bindir
-      the new cluster executable directory;
+      the new PostgreSQL executable directory;
       environment variable PGBINNEW
      
 
@@ -255,7 +255,8 @@ gmake prefix=/usr/local/pgsql.new install
 
     
      Install the pg_upgrade binary and
-     pg_upgrade_support library in the new PostgreSQL cluster.
+     pg_upgrade_support library in the new PostgreSQL
+     installation.