summaryrefslogtreecommitdiff
path: root/doc/src/sgml
diff options
context:
space:
mode:
authorBruce Momjian2016-08-02 21:13:10 +0000
committerBruce Momjian2016-08-02 21:13:10 +0000
commit0f2b9d9cce905941bb4c507167c993c0264caea9 (patch)
tree9d1602b05c4bb373f996e91ee96db0c453325fd1 /doc/src/sgml
parenta5a7caaa1b5c6a00ee3fb891cd330cce862e33b7 (diff)
doc: OS collation changes can break indexes
Discussion: 20160702155517.GD18610@momjian.us Reviewed-by: Christoph Berg Backpatch-through: 9.1
Diffstat (limited to 'doc/src/sgml')
-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 c83bf8865da..0db83620edf 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">