mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Add 9.2 release note suggestions from Heikki,
This commit is contained in:
parent
1d158d7f98
commit
deb2c6e381
@ -1567,7 +1567,7 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
The range data type records a lower and upper bound, and supports
|
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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1659,7 +1659,7 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<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>
|
linkend="functions-admin-signal"><function>pg_cancel_backend()</></link>
|
||||||
(Magnus Hagander)
|
(Magnus Hagander)
|
||||||
</para>
|
</para>
|
||||||
@ -1730,8 +1730,8 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Change default names of triggers to fire action triggers before
|
Change default names of triggers to fire "action" triggers before
|
||||||
check triggers (Tom Lane)
|
"check" triggers (Tom Lane)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -2229,7 +2229,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
In <application>psql</> tab completion,
|
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
|
<varname>COMP_KEYWORD_CASE</> setting and the perhaps case of
|
||||||
the partially-supplied word (Peter Eisentraut, Fujii Masao)
|
the partially-supplied word (Peter Eisentraut, Fujii Masao)
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user