From: Bruce Momjian Date: Sun, 28 May 2023 03:04:48 +0000 (-0400) Subject: doc: PG 16 relnotes, fix "locale" typo and windows locale text X-Git-Tag: REL_16_BETA2~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=503b0556d96f2c8df6ed91c5a8cf11b23f37ce6d;p=thirdparty%2Fpostgresql.git 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 --- 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) -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. @@ -1335,8 +1335,11 @@ Author: Peter Eisentraut -Add Windows process the system collations (Jose Santamaria Flecha) -ADD THIS? +Allow Windows to import system locales automatically (Juan José Santamaría Flecha) + + + +Previously, only ICU locales could be imported on Windows.