Skip to content

Commit 7f2bfeb

Browse files
committed
pg_upgrade: document need for text search files to be copied
Report by CJ Estel Backpatch through 9.4
1 parent 292ea10 commit 7f2bfeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/sgml/pgupgrade.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ make prefix=/usr/local/pgsql.new install
281281
whether they are from <filename>contrib</filename>
282282
or some other source. Do not install the schema definitions, e.g.
283283
<filename>pgcrypto.sql</>, because these will be upgraded from the old cluster.
284+
Also, any custom full text search files (dictionary, synonym,
285+
thesaurus, stop words) must also be copied to the new cluster.
284286
</para>
285287
</step>
286288

0 commit comments

Comments
 (0)