Re: BUG #6088: copy to stdout cannot be stopped with kill(pid) or pg_terminate_backend

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Maksym Boguk" <Maxim(dot)Boguk(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6088: copy to stdout cannot be stopped with kill(pid) or pg_terminate_backend
Date: 2011-07-02 04:53:42
Message-ID: 1624.1309582422@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Maksym Boguk" <Maxim(dot)Boguk(at)gmail(dot)com> writes:
> But I found I can not stop
> COPY bill.changes (id, cdate, mdate, status, table_name, pk_id, old_row,
> new_row) TO stdout;
> with pg_terminate_backend(procpid) or kill (procpid).

Works for me ...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Chris Bandy 2011-07-02 05:50:40 Re: BUG #6080: information_schema.columns.column_default contains NULL inconsistently
Previous Message Maksym Boguk 2011-07-02 04:42:36 BUG #6088: copy to stdout cannot be stopped with kill(pid) or pg_terminate_backend