Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4fff515

Browse files
committed
doc: Remove buggy ICU collation from documentation
We have had multiple reports that point to the'@colReorder=latn-digit' collation customization being buggy. We havereported this to ICU and are waiting for a fix. In the meantime,remove references to this from the documentation and replace it byanother reordering example. Apparently, many users have been pickingup this example specifically from the documentation.Author: Jehan-Guillaume de Rorthais <jgdr@dalibo.com>Discussion:https://www.postgresql.org/message-id/flat/153201618542.1404.3611626898935613264%40wrigleys.postgresql.org
1 parent540612f commit4fff515

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎doc/src/sgml/charset.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -791,11 +791,11 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
791791
</varlistentry>
792792

793793
<varlistentry>
794-
<term><literal>CREATE COLLATIONdigitslast (provider = icu, locale = 'en-u-kr-latn-digit');</literal></term>
795-
<term><literal>CREATE COLLATIONdigitslast (provider = icu, locale = 'en@colReorder=latn-digit');</literal></term>
794+
<term><literal>CREATE COLLATIONlatinlast (provider = icu, locale = 'en-u-kr-grek-latn');</literal></term>
795+
<term><literal>CREATE COLLATIONlatinlast (provider = icu, locale = 'en@colReorder=grek-latn');</literal></term>
796796
<listitem>
797797
<para>
798-
Sortdigits afterLatinletters. (The default isdigits beforeletters.)
798+
SortGreek letters beforeLatinones. (The default isLatin beforeGreek.)
799799
</para>
800800
</listitem>
801801
</varlistentry>
@@ -811,9 +811,9 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
811811
</listitem>
812812
</varlistentry>
813813

814-
<varlistentry>
815-
<term><literal>CREATE COLLATION special (provider = icu, locale = 'en-u-kf-upper-kr-latn-digit');</literal></term>
816-
<term><literal>CREATE COLLATION special (provider = icu, locale = 'en@colCaseFirst=upper;colReorder=latn-digit');</literal></term>
814+
<varlistentry>
815+
<term><literal>CREATE COLLATION special (provider = icu, locale = 'en-u-kf-upper-kr-grek-latn');</literal></term>
816+
<term><literal>CREATE COLLATION special (provider = icu, locale = 'en@colCaseFirst=upper;colReorder=grek-latn');</literal></term>
817817
<listitem>
818818
<para>
819819
Combines both of the above options.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp