1
0
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:
Robert Haas
2012-06-27 08:44:50 -04:00
parent eee5088e53
commit 5ff9ad6647

View File

@ -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>