aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2015-04-16 19:51:12 -0400
committerBruce Momjian <bruce@momjian.us>2015-04-16 19:51:24 -0400
commit2e5d52a644a4cad9f37a1b2a1e61be8eb631b901 (patch)
tree42ef571543b1eaa9a9bd451315df7e93f2fdcc0d
parent22d005323f917d0189bcee8e6cbbbcf5906b2358 (diff)
downloadpostgresql-2e5d52a644a4cad9f37a1b2a1e61be8eb631b901.tar.gz
postgresql-2e5d52a644a4cad9f37a1b2a1e61be8eb631b901.zip
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/ref/pgupgrade.sgml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml
index ce5e3082b5d..e97fb480f35 100644
--- a/doc/src/sgml/ref/pgupgrade.sgml
+++ b/doc/src/sgml/ref/pgupgrade.sgml
@@ -274,6 +274,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>