We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db7cca commit 7700b82Copy full SHA for 7700b82
doc/src/sgml/release-9.2.sgml
@@ -1648,13 +1648,16 @@
1648
1649
<listitem>
1650
<para>
1651
- Allow users to cancel queries in user-matching sessions using <link
+ Allow non-superusers to use <link
1652
linkend="functions-admin-signal"><function>pg_cancel_backend()</></link>
1653
- (Magnus Hagander, Josh Kupershmidt)
+ 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)
1657
</para>
1658
1659
- Previously only the superuser could cancel queries.
1660
+ Previously only the superuser could use these functions.
1661
1662
</listitem>
1663
0 commit comments