doc: PG 13 relnotes: adjust wording and Unicode item

This commit is contained in:
Bruce Momjian 2020-05-07 10:01:22 -04:00
parent 545a065880
commit db9e99da2c
1 changed files with 3 additions and 7 deletions

View File

@ -662,7 +662,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
-->
<para>
Improve speed of TOAST decompression and the retrievel of only the leading bytes of TOAST values (Binguo Bao, Andrey Borodin)
Improve speed of TOAST decompression and the retrieval of only the leading bytes of TOAST values (Binguo Bao, Andrey Borodin)
</para>
<para>
@ -1594,11 +1594,11 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
-->
<para>
Allow Unicode escapes, e.g., E'\u####', in clients that don't use UTF-8 encoding (Tom Lane)
Allow Unicode escapes, e.g., E'\u####', in databases that do not use UTF-8 encoding (Tom Lane)
</para>
<para>
The Unicode characters must be available in the server encoding.
The Unicode characters must be available in the database encoding.
</para>
</listitem>
@ -2091,10 +2091,6 @@ Author: Fujii Masao <fujii@postgresql.org>
Allow pgbench to generate its data server-side, rather than client side (Fabien Coelho)
</para>
<para>
DOCUMENT THE DEFAULT GENERATION METHOD
</para>
</listitem>
<listitem>