Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4ddcb20

Browse files
committed
relnotes: improve collation check and ICU items
Reported-by: Matthias van de Meent Discussion: https://postgr.es/m/CAEze2WhrNAT2g8upDUhfqt1nWfV_JdUgXAQu7oT4rY2L68O-HQ@mail.gmail.com Backpatch-through: 15 only
1 parent d0d9344 commit 4ddcb20

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

doc/src/sgml/release-15.sgml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)