登入Superuser 後,可以用pg_stat_activity 這個System View 可以查詢Session 狀況;而中止程序可以用pg_cancel_backend() 或pg_terminate_backend() 函數 ...
確定! 回上一頁