Skip to content
Snippets Groups Projects
Commit 5ff9ad66 authored by Robert Haas's avatar Robert Haas
Browse files

Update release notes for pg_terminate_backend changes.

parent eee5088e
No related branches found
No related tags found
No related merge requests found
......@@ -1648,13 +1648,16 @@
<listitem>
<para>
Allow users to cancel queries in user-matching sessions using <link
Allow non-superusers to use <link
linkend="functions-admin-signal"><function>pg_cancel_backend()</></link>
(Magnus Hagander, Josh Kupershmidt)
and <link
linkend="functions-admin-signal"><function>pg_terminate_backend()()</></link>
on other sessions for the same user
(Magnus Hagander, Josh Kupershmidt, Dan Farina)
</para>
<para>
Previously only the superuser could cancel queries.
Previously only the superuser could use these functions.
</para>
</listitem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment