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: Mon, 19 Apr 2004 11:20:35 -0400
- Message-id: <25340(dot)1082388035(at)sss(dot)pgh(dot)pa(dot)us>
"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
Home |
Main Index |
Thread Index