Re: psql and readline

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: psql and readline
Date: 2003-01-08 14:30:02
Message-ID: 20030108222812.R64048-100000@houston.familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message scott.marlowe 2003-01-08 14:30:11 Re: [GENERAL] I feel the need for speed. What am I doing
Previous Message Adrian 'Dagurashibanipal' von Bidder 2003-01-08 14:11:49 Re: UTF-8 encoding question regarding PhpPgAdmin