Aborting long running command.

From: Jerry LeVan <jerry(dot)levan(at)eku(dot)edu>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Aborting long running command.
Date: 2004-07-27 21:13:20
Message-ID: C921149E-E011-11D8-BC31-000393779D9C@eku.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

From libpq, is it possible to safely terminate a long running
query? (without killing the application)

The only thing I could see that might do the trick was PQreset.

Jerry

Browse pgsql-general by date

  From Date Subject
Next Message Jerry LeVan 2004-07-27 21:18:08 Loading/Retrieving bytea fields?
Previous Message Arguile 2004-07-27 21:08:41 Re: isNumeric function?