Commit a253a885 authored by Bruce Momjian's avatar Bruce Momjian

doc: OS collation changes can break indexes

Discussion: 20160702155517.GD18610@momjian.us

Reviewed-by: Christoph Berg

Backpatch-through: 9.1
parent b6a97b91
...@@ -188,8 +188,8 @@ postgres$ <userinput>initdb -D /usr/local/pgsql/data</userinput> ...@@ -188,8 +188,8 @@ postgres$ <userinput>initdb -D /usr/local/pgsql/data</userinput>
operating system's collation library for character set ordering. operating system's collation library for character set ordering.
This controls the ordering of keys stored in indexes. For this reason, This controls the ordering of keys stored in indexes. For this reason,
a cluster cannot switch to an incompatible collation library version, a cluster cannot switch to an incompatible collation library version,
either through snapshot restore, binary streaming replication, or either through snapshot restore, binary streaming replication, a
<application>pg_upgrade</> run. different operating system, or an operating system upgrade.
</para> </para>
<sect2 id="creating-cluster-mount-points"> <sect2 id="creating-cluster-mount-points">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment