Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
5ff9ad66
Commit
5ff9ad66
authored
12 years ago
by
Robert Haas
Browse files
Options
Downloads
Patches
Plain Diff
Update release notes for pg_terminate_backend changes.
parent
eee5088e
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/release-9.2.sgml
+6
-3
6 additions, 3 deletions
doc/src/sgml/release-9.2.sgml
with
6 additions
and
3 deletions
doc/src/sgml/release-9.2.sgml
+
6
−
3
View file @
5ff9ad66
...
...
@@ -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 querie
s.
Previously only the superuser could
use these function
s.
</para>
</listitem>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment