projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eee5088
)
Update release notes for pg_terminate_backend changes.
author
Robert Haas
Wed, 27 Jun 2012 12:44:50 +0000
(08:44 -0400)
committer
Robert Haas
Wed, 27 Jun 2012 12:45:11 +0000
(08:45 -0400)
doc/src/sgml/release-9.2.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-9.2.sgml
b/doc/src/sgml/release-9.2.sgml
index 50d201974d5d0cdd100c1d78b913114fcd8e4203..e79b0715000143f676b328a71d7655d85380ea4e 100644
(file)
--- a/
doc/src/sgml/release-9.2.sgml
+++ b/
doc/src/sgml/release-9.2.sgml
@@
-1648,13
+1648,16
@@
- Allow
users to cancel queries in user-matching sessions using
+ Allow
non-superusers to use
linkend="functions-admin-signal">
pg_cancel_backend()>
- (Magnus Hagander, Josh Kupershmidt)
+ and
+ linkend="functions-admin-signal">
pg_terminate_backend()()>
+ on other sessions for the same user
+ (Magnus Hagander, Josh Kupershmidt, Dan Farina)
- Previously only the superuser could
cancel querie
s.
+ Previously only the superuser could
use these function
s.