rel16.diff
text/x-diff
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/release-16.sgml | 3 | 6 |
diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml
index 488887c72b..ddd8bc3f3b 100644
--- a/doc/src/sgml/release-16.sgml
+++ b/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>