<para>
The range data type records a lower and upper bound, and supports
- comparisons like contains, overlaps, and intersection.
+ operations like contains, overlaps, and intersection.
</para>
</listitem>
<listitem>
<para>
- Allow a user to cancel queries in other owned sessions using <link
+ Allow users to cancel queries in user-matching sessions using <link
linkend="functions-admin-signal"><function>pg_cancel_backend()</></link>
(Magnus Hagander)
</para>
<listitem>
<para>
- Change default names of triggers to fire action triggers before
- check triggers (Tom Lane)
+ Change default names of triggers to fire "action" triggers before
+ "check" triggers (Tom Lane)
</para>
<para>
<listitem>
<para>
In <application>psql</> tab completion,
- complete <acronym>SQL</acronym> key words based on
+ complete <acronym>SQL</acronym> keywords based on
<varname>COMP_KEYWORD_CASE</> setting and the perhaps case of
the partially-supplied word (Peter Eisentraut, Fujii Masao)
</para>