Re: longjmp in psql considered harmful - Mailing list pgsql-hackers

From Tom Lane
Subject Re: longjmp in psql considered harmful
Date
Msg-id 24353.1150053830@sss.pgh.pa.us
Whole thread Raw
In response to Re: longjmp in psql considered harmful  (Martijn van Oosterhout <kleptog@svana.org>)
Responses Re: longjmp in psql considered harmful  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-hackers
Martijn van Oosterhout <kleptog@svana.org> writes:
> If you're asking me, yes. I use it a lot and would miss it if it were
> gone. Is there another shortcut for "abort current command and don't
> store in history but don't clear it from the screen"?

Why are you expecting editing niceties (or history for that matter) when
you're not using readline?  This code isn't used if readline is enabled.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: longjmp in psql considered harmful
Next
From: Alvaro Herrera
Date:
Subject: Re: How to avoid transaction ID wrap