@@ -662,7 +662,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
662
662
-->
663
663
664
664
<para>
665
- Improve speed of TOAST decompression and theretrievel of only the leading bytes of TOAST values (Binguo Bao, Andrey Borodin)
665
+ Improve speed of TOAST decompression and theretrieval of only the leading bytes of TOAST values (Binguo Bao, Andrey Borodin)
666
666
</para>
667
667
668
668
<para>
@@ -1594,11 +1594,11 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
1594
1594
-->
1595
1595
1596
1596
<para>
1597
- Allow Unicode escapes, e.g., E'\u####', inclients thatdon't use UTF-8 encoding (Tom Lane)
1597
+ Allow Unicode escapes, e.g., E'\u####', indatabases thatdo not use UTF-8 encoding (Tom Lane)
1598
1598
</para>
1599
1599
1600
1600
<para>
1601
- The Unicode characters must be available in theserver encoding.
1601
+ The Unicode characters must be available in thedatabase encoding.
1602
1602
</para>
1603
1603
1604
1604
</listitem>
@@ -2091,10 +2091,6 @@ Author: Fujii Masao <fujii@postgresql.org>
2091
2091
Allow pgbench to generate its data server-side, rather than client side (Fabien Coelho)
2092
2092
</para>
2093
2093
2094
- <para>
2095
- DOCUMENT THE DEFAULT GENERATION METHOD
2096
- </para>
2097
-
2098
2094
</listitem>
2099
2095
2100
2096
<listitem>