diff options
-rw-r--r-- | doc/src/sgml/pgupgrade.sgml | 2 |
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> |