Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a253a88

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 b6a97b9 commit a253a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/runtime.sgml

+2-2
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)