-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.560 2007/12/07 16:53:31 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.561 2007/12/07 17:42:49 momjian Exp $ -->
<!--
Typical markup:
</para>
<para>
- <command>UPDATE</>s and <command>DELETE</>s leave dead tuples behind,
- as do failed <command>INSERT</>s. Previously only
+ <command>UPDATE</>s and <command>DELETE</>s leave dead tuples
+ behind, as do failed <command>INSERT</>s. Previously only
<command>VACUUM</> could reclaim space taken by dead tuples. With
<acronym>HOT</> dead tuple space can be reclaimed at the time of
- <command>UPDATE</> or <command>INSERT</>. This allows for more
- consistent performance. Also, <acronym>HOT</> avoids making duplicate
- index entries when an <command>UPDATE</> changes no indexed columns.
+ <command>UPDATE</> or <command>INSERT</> if no changes are made to
+ indexed columns. This allows for more consistent performance.
+ Also, <acronym>HOT</> avoids adding duplicate index entries.
</para>
</listitem>