File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -580,6 +580,20 @@ SELECT * FROM test1 ORDER BY a || b COLLATE "fr_FR";
580
580
</para>
581
581
</important>
582
582
583
+ <important>
584
+ <para>
585
+ On Windows, if the collation provider is <literal>icu</literal>,
586
+ you cannot use long locale names with the <literal>locale</literal>,
587
+ <literal>lc_collate</literal>, and <literal>lc_ctype</literal> options.
588
+ Instead, you must use canonical locale names supported on your
589
+ operating system. For example, <literal>"ru-RU"</literal> or
590
+ <literal>"en-US"</literal>. Specifying the encoding with these
591
+ options is not allowed either. If you need to provide the encoding,
592
+ use the <literal>--encoding</literal> option. For details on
593
+ the supported encodings, see <xref linkend="multibyte-charset-supported">.
594
+ </para>
595
+ </important>
596
+
583
597
<para>
584
598
When you start a cluster server or connect to a database,
585
599
<productname>&productname;</> checks that the selected collation
You can’t perform that action at this time.
0 commit comments