mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Update release notes for pg_terminate_backend changes.
This commit is contained in:
@ -1648,13 +1648,16 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<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>
|
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>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Previously only the superuser could cancel queries.
|
Previously only the superuser could use these functions.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user