diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/charset.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 12fabb73720..6dd95b89664 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -893,7 +893,7 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE'); The first example selects the ICU locale using a <quote>language tag</quote> per BCP 47. The second example uses the traditional ICU-specific locale syntax. The first style is preferred going - forward, but it is not supported by older ICU versions. + forward, and is used internally to store locales. </para> <para> Note that you can name the collation objects in the SQL environment |