diff options
author | Bruce Momjian <bruce@momjian.us> | 2024-05-22 18:39:19 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2024-05-22 18:39:43 -0400 |
commit | 3551da969e8d4ca392de1dd7b43c46dbf3ba2ec1 (patch) | |
tree | e4ae019587f7c464987b0db95ca3c00ce51d328e /doc/src | |
parent | a9a7c2c3e15ede7a4f6b44d72a32b105b9113f02 (diff) | |
download | postgresql-3551da969e8d4ca392de1dd7b43c46dbf3ba2ec1.tar.gz postgresql-3551da969e8d4ca392de1dd7b43c46dbf3ba2ec1.zip |
doc PG 17 relnotes: adjust builtin collation provider item
Reported-by: Jeff Davis
Discussion: https://postgr.es/m/92e039f6fabc3567169e95e12b39a04c00f8503b.camel@j-davis.com
Backpatch-through: master
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-17.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 3025f31f8a0..e381dbe5d96 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -885,11 +885,11 @@ Author: Jeff Davis <jdavis@postgresql.org> <listitem> <para> -Create "builtin" collation provider similar to libc's C locale (Jeff Davis) +Add a builtin platform-independent collation provider (Jeff Davis) </para> <para> -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. </para> </listitem> |