diff options
| author | Bruce Momjian <bruce@momjian.us> | 2010-09-28 17:25:21 +0000 | 
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2010-09-28 17:25:21 +0000 | 
| commit | cd1454cdc357593f1d17fd33b9583511a9fe57b1 (patch) | |
| tree | 7a65a640dc8657c09c0e1ecbb3e316a8848c6bc5 | |
| parent | 279ab82791ebcb09442a599a74c641c5c5255dbf (diff) | |
Add mention of installing pg_upgrade_support in pg_upgrade doc section
title, per suggestion from Ian Barwick.
| -rw-r--r-- | doc/src/sgml/pgupgrade.sgml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index bc96fbeb6ec..9135c6b9b70 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -199,7 +199,7 @@ gmake prefix=/usr/local/pgsql.new install     </step>     <step> -    <title>Install pg_upgrade</title> +    <title>Install pg_upgrade and pg_upgrade_support</title>      <para>       Install <application>pg_upgrade</> and  | 
