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/[email protected] 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -886,11 +886,11 @@ Author: Jeff Davis <[email protected]>
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)