diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-02-01 13:57:43 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-02-01 13:57:43 -0500 |
commit | 902aae5ec58f71b8d9f7efb5ed474d0f5439439d (patch) | |
tree | 03f048de06cc1b69b7230eeb86de72383298a872 /doc/src | |
parent | d2888d1ca36c266900eeea95401269c782074251 (diff) | |
download | postgresql-902aae5ec58f71b8d9f7efb5ed474d0f5439439d.tar.gz postgresql-902aae5ec58f71b8d9f7efb5ed474d0f5439439d.zip |
Clarify pg_upgrade install instructions, per suggestion from Robert Haas.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/pgupgrade.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 8a3e41a8308..5b42fa85aa9 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -213,8 +213,8 @@ gmake prefix=/usr/local/pgsql.new install <title>Install pg_upgrade and pg_upgrade_support</title> <para> - Install <application>pg_upgrade</> and - <application>pg_upgrade_support</> in the new PostgreSQL cluster. + Install the <application>pg_upgrade</> binary and + <application>pg_upgrade_support</> library in the new PostgreSQL cluster. </para> </step> |