From: Bruce Momjian Date: Fri, 26 Jul 2013 17:52:01 +0000 (-0400) Subject: pg_upgrade docs: don't use cluster for binary/lib X-Git-Tag: REL9_4_BETA1~1265 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5691de6c95836e0cef3a2fbb3ce61ce80ddecc69;p=postgresql 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 --- diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 8eb0375502..f6cd9f0d88 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -81,14 +81,14 @@ bindir bindir - the old cluster executable directory; + the old PostgreSQL executable directory; environment variable PGBINOLD bindir bindir - the new cluster executable directory; + the new PostgreSQL executable directory; environment variable PGBINNEW @@ -254,7 +254,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.