aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-05-07 10:01:22 -0400
committerBruce Momjian <bruce@momjian.us>2020-05-07 10:01:22 -0400
commitdb9e99da2c61f46bfe37032bab1ee602e5c8335c (patch)
tree3d98c337ca9d471af92b46f619df3813e6d7d9f9
parent545a065880be8ccddfb116a0915bfdac0cd41902 (diff)
downloadpostgresql-db9e99da2c61f46bfe37032bab1ee602e5c8335c.tar.gz
postgresql-db9e99da2c61f46bfe37032bab1ee602e5c8335c.zip
doc: PG 13 relnotes: adjust wording and Unicode item
-rw-r--r--doc/src/sgml/release-13.sgml10
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml
index 1e462484914..385021c1f72 100644
--- a/doc/src/sgml/release-13.sgml
+++ b/doc/src/sgml/release-13.sgml
@@ -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>