Thread: Aborting long running command.

Aborting long running command.

From
Jerry LeVan
Date:
 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