]> 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>
Wed, 27 Jun 2012 12:34:28 +0000 (08:34 -0400)
commiteee5088e538be24f6c42e758ef27cecc2b2579f1
tree2ee2d467ad4ebf9884960933ea5dd7e7530f7569
parent00e5844592a8c51ceee1682013b94ac50031a9ac
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