diff options
Diffstat (limited to 'doc/src/sgml/ref/create_collation.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_collation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_collation.sgml b/doc/src/sgml/ref/create_collation.sgml index 98cd7d56be9..85f18cbbe5d 100644 --- a/doc/src/sgml/ref/create_collation.sgml +++ b/doc/src/sgml/ref/create_collation.sgml @@ -99,7 +99,7 @@ CREATE COLLATION [ IF NOT EXISTS ] <replaceable>name</replaceable> FROM <replace <para> If <replaceable>provider</replaceable> is <literal>builtin</literal>, then <replaceable>locale</replaceable> must be specified and set to - <literal>C</literal>. + either <literal>C</literal> or <literal>C.UTF-8</literal>. </para> </listitem> </varlistentry> |