aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2016-08-02 17:13:10 -0400
committerBruce Momjian <bruce@momjian.us>2016-08-02 17:13:10 -0400
commita253a88594f6805168261ea1986df1cd6b9b25e0 (patch)
treed027b62d4859e71b4dbbed6827d195125483ac9d
parentb6a97b91ffe8e0c6b6557eb4aef85bcbd423ad5f (diff)
downloadpostgresql-a253a88594f6805168261ea1986df1cd6b9b25e0.tar.gz
postgresql-a253a88594f6805168261ea1986df1cd6b9b25e0.zip
doc: OS collation changes can break indexes
Discussion: 20160702155517.GD18610@momjian.us Reviewed-by: Christoph Berg Backpatch-through: 9.1
-rw-r--r--doc/src/sgml/runtime.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 4c5d748d0e4..310bf735fc3 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -188,8 +188,8 @@ postgres$ <userinput>initdb -D /usr/local/pgsql/data</userinput>
operating system's collation library for character set ordering.
This controls the ordering of keys stored in indexes. For this reason,
a cluster cannot switch to an incompatible collation library version,
- either through snapshot restore, binary streaming replication, or
- <application>pg_upgrade</> run.
+ either through snapshot restore, binary streaming replication, a
+ different operating system, or an operating system upgrade.
</para>
<sect2 id="creating-cluster-mount-points">