8000 doc: OS collation changes can break indexes · linearregression/postgres@8b2f60b · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b2f60b

Browse files
committed
doc: OS collation changes can break indexes
Discussion: 20160702155517.GD18610@momjian.us Reviewed-by: Christoph Berg Backpatch-through: 9.1
1 parent c15f502 commit 8b2f60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ postgres$ <userinput>initdb -D /usr/local/pgsql/data</userinput>
188188
operating system's collation library for character set ordering.
189189
This controls the ordering of keys stored in indexes. For this reason,
190190
a cluster cannot switch to an incompatible collation library version,
191-
either through snapshot restore, binary streaming replication, or
192-
<application>pg_upgrade</> run.
191+
either through snapshot restore, binary streaming replication, a
192+
different operating system, or an operating system upgrade.
193193
</para>
194194

195195
<sect2 id="creating-cluster-mount-points">

0 commit comments

Comments
 (0)
0