> > Is there any way of making the 'up' arrow retrieve all of the last multiline
> > query, instead of just the last line? It's really annoying working with
> > large multiline queries at the moment...
>
> When you say multiline do you mean this:
>
> template1=$ select * from
> template1-$ abc a
> template1-$ where a.id=1;
Yes. Basically, the classic example is when I copy and paste large
queries or DDL from my SQL files in CVS. It's a real pain.
Chris