Re: pg_cancel_backend() does not work with buzz queries

Поиск
Список
Период
Сортировка
От Sergey Konoplev
Тема Re: pg_cancel_backend() does not work with buzz queries
Дата
Msg-id c3a7de1f0710170438q407cd46bs354d092d6e83495f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_cancel_backend() does not work with buzz queries  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-general
2007/10/3, Alvaro Herrera <alvherre@commandprompt.com>:
> Sergey Konoplev escribió:
>
> > > AFAIK, pl/pgsql does listen for SIGINT during execution, but I don't nkow
> > > abuot plpython.
> >
> > How can we find it out?
>
> Let's see one of the functions to find out if anyone else can reproduce
> the problem.
>

It happens with simple queries also. For example:

select * from  (
    select d.*, cto.full_name, cast(st.name || ', ' || r.name as
varchar) as cityname
    from
        drivers d
        join cars_trailers_owners cto on
            d.cars_trailers_owner_id = cto.id
        join settles st on
            d.settle_id = st.id
        join regions r on
            st.region_id = r.id
    order by sname, name, pname
) as sq

--
Regards,
Sergey Konoplev

В списке pgsql-general по дате отправления:

Предыдущее
От: "Sergey Konoplev"
Дата:
Сообщение: Re: pg_cancel_backend() does not work with buzz queries
Следующее
От: "Sergey Konoplev"
Дата:
Сообщение: Re: pg_cancel_backend() does not work with buzz queries