Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7700b82

Browse files
committed
Update release notes for pg_terminate_backend changes.
1 parent 9db7cca commit 7700b82

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/src/sgml/release-9.2.sgml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,13 +1648,16 @@
16481648

16491649
<listitem>
16501650
<para>
1651-
Allow users to cancel queries in user-matching sessions using <link
1651+
Allow non-superusers to use <link
16521652
linkend="functions-admin-signal"><function>pg_cancel_backend()</></link>
1653-
(Magnus Hagander, Josh Kupershmidt)
1653+
and <link
1654+
linkend="functions-admin-signal"><function>pg_terminate_backend()()</></link>
1655+
on other sessions for the same user
1656+
(Magnus Hagander, Josh Kupershmidt, Dan Farina)
16541657
</para>
16551658

16561659
<para>
1657-
Previously only the superuser could cancel queries.
1660+
Previously only the superuser could use these functions.
16581661
</para>
16591662
</listitem>
16601663

0 commit comments

Comments
 (0)