doc PG 17 relnotes: adjust builtin collation provider item
authorBruce Momjian
Wed, 22 May 2024 22:39:19 +0000 (18:39 -0400)
committerBruce Momjian
Wed, 22 May 2024 22:39:43 +0000 (18:39 -0400)
Reported-by: Jeff Davis
Discussion: https://postgr.es/m/92e039f6fabc3567169e95e12b39a04c00f8503b[email protected]

Backpatch-through: master

doc/src/sgml/release-17.sgml

index 3025f31f8a0047b9ac315a3c909c55579598174e..e381dbe5d966b53d245605fde3fcfd35424b4113 100644 (file)
@@ -885,11 +885,11 @@ Author: Jeff Davis 
 
 
 
-Create "builtin" collation provider similar to libc's C locale (Jeff Davis)
+Add a builtin platform-independent collation provider (Jeff Davis)
 
 
 
-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.
+This supports "C" and "C.UTF-8" collations.