diff options
-rw-r--r-- | doc/src/sgml/pgupgrade.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 523fe440841..c04e552bc93 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -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> |