Re: canceling query - Mailing list pgsql-hackers-win32

From Tom Lane
Subject Re: canceling query
Date
Msg-id 25340.1082388035@sss.pgh.pa.us
Whole thread Raw
In response to canceling query  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List pgsql-hackers-win32
"Merlin Moncure" <merlin.moncure@rcsonline.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

pgsql-hackers-win32 by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: canceling query
Next
From: Tom Lane
Date:
Subject: Re: canceling query