@@ -578,17 +578,17 @@ Author: Peter Eisentraut <peter@eisentraut.org>
578578
579579 <listitem>
580580 <para>
581- Record and check the collation of each <link
581+ Record and check the collation version of each <link
582582 linkend="sql-createdatabase">database</link> (Peter Eisentraut)
583583 </para>
584584
585585 <para>
586- This is designed to detect collation
586+ This is designed to detect collation version
587587 mismatches to avoid data corruption. Function
588588 <function>pg_database_collation_actual_version()</function>
589589 reports the underlying operating system collation version, and
590590 <command>ALTER DATABASE ... REFRESH</command> sets the database
591- to match the operating system collation version. DETAILS?
591+ to match the operating system collation version.
592592 </para>
593593 </listitem>
594594
@@ -605,9 +605,11 @@ Author: Peter Eisentraut <peter@eisentraut.org>
605605 </para>
606606
607607 <para>
608- Previously, <acronym>ICU</acronym> collations could only be
609- specified in <link linkend="sql-createcollation"><command>CREATE
610- COLLATION</command></link> and used with the
608+ Previously, only <application>libc</application>-based
609+ collations could be set at the cluster and database levels.
610+ <acronym>ICU</acronym> collations were previously limited
611+ to <link linkend="sql-createcollation"><command>CREATE
612+ COLLATION</command></link> and referenced by the
611613 <literal>COLLATE</literal> clause.
612614 </para>
613615 </listitem>
0 commit comments