@@ -662,7 +662,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
662662-->
663663
664664<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)
666666</para>
667667
668668<para>
@@ -1594,11 +1594,11 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
15941594-->
15951595
15961596<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)
15981598</para>
15991599
16001600<para>
1601- The Unicode characters must be available in theserver encoding.
1601+ The Unicode characters must be available in thedatabase encoding.
16021602</para>
16031603
16041604</listitem>
@@ -2091,10 +2091,6 @@ Author: Fujii Masao <fujii@postgresql.org>
20912091Allow pgbench to generate its data server-side, rather than client side (Fabien Coelho)
20922092</para>
20932093
2094- <para>
2095- DOCUMENT THE DEFAULT GENERATION METHOD
2096- </para>
2097-
20982094</listitem>
20992095
21002096<listitem>