• Magnus Hagander's avatar
    Allow a user to kill his own queries using pg_cancel_backend() · 0495aaad
    Magnus Hagander authored
    Allows a user to use pg_cancel_queries() to cancel queries in
    other backends if they are running under the same role.
    pg_terminate_backend() still requires superuser permissoins.
    
    Short patch, many authors working on the bikeshed: Magnus Hagander,
    Josh Kupershmidt, Edward Muller, Greg Smith.
    0495aaad
misc.c 12.3 KB