diff options
Diffstat (limited to 'doc/src/sgml/ref/create_collation.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_collation.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/create_collation.sgml b/doc/src/sgml/ref/create_collation.sgml index 58f5f0cd63a..136976165c2 100644 --- a/doc/src/sgml/ref/create_collation.sgml +++ b/doc/src/sgml/ref/create_collation.sgml @@ -119,11 +119,11 @@ CREATE COLLATION [ IF NOT EXISTS ] <replaceable>name</replaceable> FROM <replace <listitem> <para> Specifies the provider to use for locale services associated with this - collation. Possible values - are: <literal>icu</literal>,<indexterm><primary>ICU</primary></indexterm> - <literal>libc</literal>. - <literal>libc</literal> is the default. - The available choices depend on the operating system and build options. + collation. Possible values are + <literal>icu</literal><indexterm><primary>ICU</primary></indexterm> + (if the server was built with ICU support) or <literal>libc</literal>. + <literal>libc</literal> is the default. See <xref + linkend="locale-providers"/> for details. </para> </listitem> </varlistentry> |