Christopher Kings-Lynne writes:
> Is there any way of making the 'up' arrow retrieve all of the last multiline
> query, instead of just the last line?
There is nothing technical that should prevent you from implementing it.
But you need to come up with a reasonable system to keep the history
straight if meta commands are mixed with multiline commands, such as
select *
\x
from foo;
--
Peter Eisentraut peter_e(at)gmx(dot)net