aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-05-27 23:04:48 -0400
committerBruce Momjian <bruce@momjian.us>2023-05-27 23:04:48 -0400
commit503b0556d96f2c8df6ed91c5a8cf11b23f37ce6d (patch)
tree3338cf4980009ded91bdb405578c9edd5eea21d8
parentec1264f01e374c48707cc7dc18928b4ace0530fb (diff)
downloadpostgresql-503b0556d96f2c8df6ed91c5a8cf11b23f37ce6d.tar.gz
postgresql-503b0556d96f2c8df6ed91c5a8cf11b23f37ce6d.zip
doc: PG 16 relnotes, fix "locale" typo and windows locale text
Reported-by: Laurenz Albe, Álvaro Herrera Discussion: https://postgr.es/m/70a09a9fa557b632f4b1505395aaa6c4cb77b55a.camel@cybertec.at
-rw-r--r--doc/src/sgml/release-16.sgml9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml
index faecae7c42f..1db72eeef3c 100644
--- a/doc/src/sgml/release-16.sgml
+++ b/doc/src/sgml/release-16.sgml
@@ -1294,7 +1294,7 @@ Determine the ICU default locale from the environment (Jeff Davis)
</para>
<para>
-However, ICU doesn't support the C local so UTF-8 is used in such cases. Previously the default was always UTF-8.
+However, ICU doesn't support the C locale so UTF-8 is used in such cases. Previously the default was always UTF-8.
</para>
</listitem>
@@ -1335,8 +1335,11 @@ Author: Peter Eisentraut <peter@eisentraut.org>
<listitem>
<para>
-Add Windows process the system collations (Jose Santamaria Flecha)
-ADD THIS?
+Allow Windows to import system locales automatically (Juan José Santamaría Flecha)
+</para>
+
+<para>
+Previously, only ICU locales could be imported on Windows.
</para>
</listitem>