mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
pg_upgrade: document need for text search files to be copied
Report by CJ Estel Backpatch through 9.4
This commit is contained in:
parent
22d005323f
commit
2e5d52a644
@ -274,6 +274,8 @@ make prefix=/usr/local/pgsql.new install
|
|||||||
whether they are from <filename>contrib</filename>
|
whether they are from <filename>contrib</filename>
|
||||||
or some other source. Do not install the schema definitions, e.g.
|
or some other source. Do not install the schema definitions, e.g.
|
||||||
<filename>pgcrypto.sql</>, because these will be upgraded from the old cluster.
|
<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>
|
</para>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user