Re: canceling query

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
Cc: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: canceling query
Date: 2004-04-19 15:20:35
Message-ID: 25340.1082388035@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

"Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com> writes:
> Is it normal for a long query to keep running after I close the psql
> session that initiated it?

Yes, the backend will typically not notice a client disconnect until it
next tries to read a command.

regards, tom lane

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Tom Lane 2004-04-19 15:36:35 Re: canceling query
Previous Message Merlin Moncure 2004-04-19 15:06:47 Re: canceling query