index 1b00e543a66ff289e044202b5a79c905c3886017..1c673cc1103a490997a943e8f91e348a09fc78ac 100644 (file)
@@ -985,6 +985,15 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
approach is imperfect as maintainers are free to back-port newer
collation definitions to older C library releases.
</para>
+ <para>
+ When using Windows collations, version information is only available for
+ collations defined with BCP 47 language tags such as
+ <literal>en-US</literal>. Currently, <command>initdb</command> selects
+ a default locale using a traditional Windows language and country
+ string such as <literal>English_United States.1252</literal>. The
+ <literal>--lc-collate</literal> option can be used to provide an explicit
+ locale name in BCP 47 format.
+ </para>
</note>
</sect2>
</sect1>