Re: Kill postgresql process - Mailing list pgsql-admin

From Julien Rouhaud
Subject Re: Kill postgresql process
Date
Msg-id CAOBaU_ZWKKOX8za8r_iOYwMz5w+G84z31jyOMVzu0SCaLWie2Q@mail.gmail.com
Whole thread Raw
In response to Kill postgresql process  (abbas alizadeh <ramkly@yahoo.com>)
Responses Re: Kill postgresql process
List pgsql-admin
On Mon, Jun 14, 2021 at 11:41 PM abbas alizadeh <ramkly@yahoo.com> wrote:
>
> How we can kill the stuck process?
> The process didn’t kill by pg_cancel_backend/pg_terminate_backend.
> Is there any way beside of using “kill -9” or “pg_ctl kill ABRT” ?

pg_cancel_backend / pg_terminate_backend is the normal way to do that.
If it's not working it means there's something going on.  Is it a
regular backend, and if yes what query is it executing?

Do you have any 3rd party extensions, and what is the postgres versions?

If could also help to get a stack trace:
https://wiki.postgresql.org/wiki/Generating_a_stack_trace_of_a_PostgreSQL_backend



pgsql-admin by date:

Previous
From: abbas alizadeh
Date:
Subject: Kill postgresql process
Next
From: Laurenz Albe
Date:
Subject: Re: Kill postgresql process