Re: psql and readline - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: psql and readline
Date
Msg-id 20030108222812.R64048-100000@houston.familyhealth.com.au
Whole thread Raw
In response to Re: psql and readline  (Gavin Sherry <swm@linuxworld.com.au>)
Responses Re: psql and readline  (Jean-Paul ARGUDO <jean-paul.argudo@wanadoo.fr>)
List pgsql-hackers
> > 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




pgsql-hackers by date:

Previous
From: Adrian 'Dagurashibanipal' von Bidder
Date:
Subject: Re: UTF-8 encoding question regarding PhpPgAdmin
Next
From: "scott.marlowe"
Date:
Subject: Re: [GENERAL] I feel the need for speed. What am I doing