Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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.1082388035@sss.pgh.pa.us> <text/plain>

"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

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group