doc: PG 16 relnotes: fix initdb encoding/locale item

Reported-by: Jeff Davis

Discussion:  https://postgr.es/m/c5369641862637c71a6c1c440ac7f122068ca4e7.camel@j-davis.com

Backpatch-through: 16 only
pull/150/head
Bruce Momjian 2 years ago
parent 2e7d15ab69
commit a842ba407c
  1. 9
      doc/src/sgml/release-16.sgml

@ -1566,15 +1566,12 @@ Author: Jeff Davis <jdavis@postgresql.org>
<listitem>
<para>
Determine the <acronym>ICU</acronym> default locale from the
environment (Jeff Davis)
Determine the default encoding from the locale when using
<acronym>ICU</acronym> (Jeff Davis)
</para>
<para>
However, <link
linkend="locale-providers"><acronym>ICU</acronym></link> doesn't
support the C locale so <literal>UTF-8</literal> is used in such
cases. Previously the default was always <literal>UTF-8</literal>.
Previously the default was always <literal>UTF-8</literal>.
</para>
</listitem>

Loading…
Cancel
Save