summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2015-04-17 01:38:00 +0000
committerBruce Momjian2015-04-17 01:38:00 +0000
commit7f2bfebfa75804b060a9ff4968711743e5450829 (patch)
tree8933e9de9048e46e384c537114631bbf5d7a0c2e
parent292ea1057364fe818e026c2cd8b8e81d62f8140b (diff)
pg_upgrade: document need for text search files to be copied
Report by CJ Estel Backpatch through 9.4
-rw-r--r--doc/src/sgml/pgupgrade.sgml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml
index b5267b69d82..ae0346a22d4 100644
--- a/doc/src/sgml/pgupgrade.sgml
+++ b/doc/src/sgml/pgupgrade.sgml
@@ -281,6 +281,8 @@ make prefix=/usr/local/pgsql.new install
whether they are from <filename>contrib</filename>
or some other source. Do not install the schema definitions, e.g.
<filename>pgcrypto.sql</>, because these will be upgraded from the old cluster.
+ Also, any custom full text search files (dictionary, synonym,
+ thesaurus, stop words) must also be copied to the new cluster.
</para>
</step>