Re: How can I stop a long run pgAgent job?

From: Fabio Pardi <f(dot)pardi(at)portavita(dot)eu>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: How can I stop a long run pgAgent job?
Date: 2018-06-21 09:36:58
Message-ID: b30d0b27-6010-be67-04de-c0b14627d505@portavita.eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Shore,

Have a look at:

https://www.postgresql.org/docs/current/static/functions-admin.html

'pg_terminate_backend' is probably what you are looking for

regards,

fabio pardi

On 21/06/18 11:32, a wrote:
> Hi 
>
> I'm using pgAdmin 4, pgAgent and postgresql 10 on windows server.
>
> I tried a job but due to some reasons, its running long time. Is there a way that I can terminate it ??
>
> Thanks
>
> Shore

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2018-06-21 13:31:35 Re: Using DSN Connection and knowing windows username
Previous Message a 2018-06-21 09:32:44 How can I stop a long run pgAgent job?