Re: in transaction - safest way to kill

Поиск
Список
Период
Сортировка
От Glyn Astill
Тема Re: in transaction - safest way to kill
Дата
Msg-id 94263.23327.qm@web23606.mail.ird.yahoo.com
обсуждение исходный текст
Ответ на in transaction - safest way to kill  ("William Temperley" <willtemperley@gmail.com>)
Ответы Re: in transaction - safest way to kill
Re: in transaction - safest way to kill
Список 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 по дате отправления:

Предыдущее
От: Glyn Astill
Дата:
Сообщение: Planner picking topsey turvey plan?
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Updatable Views - DEFAULT doesn't inherit from table???