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

Commit acecd67

Browse files
committed
doc PG 17 relnotes: adjust "builtin" collation provider
Reported-by: Daniel Verite Discussion: https://postgr.es/m/13447ff6-15fd-4137-8339-f4fddda7eb11@manitou-mail.org Backpatch-through: master
1 parent 15b4d46 commit acecd67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/release-17.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -886,11 +886,11 @@ Author: Jeff Davis <jdavis@postgresql.org>
886886

887887
<listitem>
888888
<para>
889-
Create a "builtin" collation provider similar to libc's C locale (Jeff Davis)
889+
Create "builtin" collation provider similar to libc's C locale (Jeff Davis)
890890
</para>
891891

892892
<para>
893-
It uses a "C" locale which is identical but independent of libc, but it allows the use of non-"C" collations like "en_US" and "C.UTF-8" with the "C" locale, which libc does not. MORE?
893+
While its C locale is similar but independent of libc, its C.UTF-8 locale sorts by Unicode code points and has Unicode-based case folding.
894894
</para>
895895
</listitem>
896896

0 commit comments

Comments
 (0)