sigint psql - Mailing list pgsql-hackers

From John DeSoi
Subject sigint psql
Date
Msg-id 4C513AE0-81AF-11D9-9C09-000A95B03262@pgedit.com
Whole thread Raw
Responses Re: sigint psql  (Doug McNaught <doug@mcnaught.org>)
List pgsql-hackers
I'm communicating with psql via a pipe stream. This works pretty well, 
but one problem I have is trying to cancel an operation. If I send a 
sigint, psql dies. In looking at the source I gather this is because it 
assumes I'm in non-interactive mode (pset.notty is true). I was 
wondering if there was some way to work around this short of 
recompiling the source. I need to do the same thing on Windows.

Thanks for any suggestions,


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL



pgsql-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: UTF8 or Unicode
Next
From: Thomas Hallgren
Date:
Subject: SPI_finish and RegisterExprContextCallback