--Stop the query normally SELECT pg_cancel_backend(pid); --Terminate immediately SELECT pg_terminate_backend(pid);