]> granicus.if.org Git - postgresql/commit
Allow pg_terminate_backend() to be used on backends with matching role.
authorRobert Haas <rhaas@postgresql.org>
Tue, 26 Jun 2012 20:16:52 +0000 (16:16 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 26 Jun 2012 20:16:52 +0000 (16:16 -0400)
commitc60ca19de9ad777c51243605571d1d7606000f08
treed56bf6bd275ec79df90e9f216153b621ff4f8f31
parentb79ab00144e64217d418fde884bca8ea58fbd4a4
Allow pg_terminate_backend() to be used on backends with matching role.

A similar change was made previously for pg_cancel_backend, so now it
all matches again.

Dan Farina, reviewed by Fujii Masao, Noah Misch, and Jeff Davis,
with slight kibitzing on the doc changes by me.
doc/src/sgml/func.sgml
doc/src/sgml/high-availability.sgml
src/backend/utils/adt/misc.c