>> -Allow administrators to safely terminate individual sessions either via an SQL function or SIGTERM <<
Can't you already do this with pg_cancel_backend() or kill <child pid>? Or is this for something else altogether?
-salman