Re: [HACKERS] psql and Control-C

Chris <chrisb@nimrod.itg.telstra.com.au>

From: Chris Bitmead <chrisb@nimrod.itg.telstra.com.au>
To:
Cc: PostgreSQL Development <pgsql-hackers@postgreSQL.org>
Date: 2000-02-18T01:20:55Z
Lists: pgsql-hackers
Peter Eisentraut wrote:
> 
> On 2000-02-18, Chris Bitmead mentioned:
> 
> > The typical way to do this sort of thing is to longjmp back to the main
> > loop. And I think if you look at sig.c in bash, this is probably what
> > they are doing.
> 
> Don't wanna look at that GPL'd code ... ;)

If you don't know how to interact with readline, I think you're gonna
have to look at some GPL code ;)