Re: in transaction - safest way to kill - Mailing list pgsql-general

From Glyn Astill
Subject Re: in transaction - safest way to kill
Date
Msg-id 94263.23327.qm@web23606.mail.ird.yahoo.com
Whole thread Raw
In response to in transaction - safest way to kill  ("William Temperley" <willtemperley@gmail.com>)
Responses Re: in transaction - safest way to kill  ("William Temperley" <willtemperley@gmail.com>)
Re: in transaction - safest way to kill  ("Fujii Masao" <masao.fujii@gmail.com>)
List pgsql-general
select pg_cancel_backend(<pid>);


--- On Fri, 5/12/08, William Temperley <willtemperley@gmail.com> wrote:

> From: William Temperley <willtemperley@gmail.com>
> Subject: [GENERAL] <IDLE> in transaction - safest way to kill
> To: pgsql-general@postgresql.org
> Date: Friday, 5 December, 2008, 2:08 PM
> Hi all
>
> Could anyone tell me what's the best thing to with idle
> transactions
> that are holding locks?
>
> I just killed the process as I wanted to get on with some
> work. I'm
> just not sure this is a good idea when we go into
> production.
>
> Cheers
>
> Will T
>
> --
> Sent via pgsql-general mailing list
> (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general




pgsql-general by date:

Previous
From: Glyn Astill
Date:
Subject: Planner picking topsey turvey plan?
Next
From: Richard Huxton
Date:
Subject: Re: Updatable Views - DEFAULT doesn't inherit from table???