Add pg_terminate_backend() to allow terminating only a single session.
authorBruce Momjian <[email protected]>
Tue, 15 Apr 2008 13:55:12 +0000 (13:55 +0000)
committerBruce Momjian <[email protected]>
Tue, 15 Apr 2008 13:55:12 +0000 (13:55 +0000)
commit18b286f3e3317c26f27ead1dea8be23c63a7ef2a
tree380518a08736536d69901e2e9c0a13594a101d63
parentfcf053d7829f2d83829256153e856f9a36c83ffd
Add pg_terminate_backend() to allow terminating only a single session.
doc/src/sgml/func.sgml
doc/src/sgml/runtime.sgml
src/backend/tcop/postgres.c
src/backend/utils/adt/misc.c
src/include/catalog/pg_proc.h
src/include/storage/proc.h
src/include/utils/builtins.h