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 ] name FROM Specifies the provider to use for locale services associated with this - collation. Possible values - are: icu,ICU - libc. - libc is the default. - The available choices depend on the operating system and build options. + collation. Possible values are + icuICU + (if the server was built with ICU support) or libc. + libc is the default. See for details. diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml index 91c39c52303..57d13e34c26 100644 --- a/doc/src/sgml/ref/create_database.sgml +++ b/doc/src/sgml/ref/create_database.sgml @@ -198,10 +198,12 @@ CREATE DATABASE name Specifies the provider to use for the default collation in this - database. Possible values are: - icu,ICU - libc. libc is the default. The - available choices depend on the operating system and build options. + database. Possible values are + icuICU + (if the server was built with ICU support) or libc. + By default, the provider is the same as that of the . See for details.