Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc: OS collation changes can break indexes
authorBruce Momjian <bruce@momjian.us>
Tue, 2 Aug 2016 21:13:10 +0000 (17:13 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 2 Aug 2016 21:13:10 +0000 (17:13 -0400)
Discussion: 20160702155517.GD18610@momjian.us

Reviewed-by: Christoph Berg
Backpatch-through: 9.1

doc/src/sgml/runtime.sgml

index c83bf8865da00342cf8b4f0afa41f6e2628be7f8..0db83620edfb9d6889fb28af2f97ce74d703c9e2 100644 (file)
@@ -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">