Re: TODO list comments - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: TODO list comments
Date
Msg-id 20050825144944.GA23250@surnet.cl
Whole thread Raw
In response to Re: TODO list comments  ("Greg Sabino Mullane" <greg@turnstep.com>)
Responses Re: TODO list comments  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Thu, Aug 25, 2005 at 01:53:32PM -0000, Greg Sabino Mullane wrote:

> Tom Lane asked:
> 
> >>       o Improve psql's handling of multi-line queries
> 
> > Uh, what's wrong with it?  This item seems far too vague.
> 
> I think perhaps this means adding multi-line support to
> the tab-completion? Only thing I can think of, cause other
> than that, multi-line queries work just fine.

The saved history is also not cool about multiline queries.  If you
enter them interactively (or by pasting), they are entered as several
entries.  If you edit them with \e, they are entered as a single unit.

It would be also nice to have M-# to work well -- currently it inserts a
#, which works in bash but is obviously wrong in psql.

-- 
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
"Los románticos son seres que mueren de deseos de vida"


pgsql-hackers by date:

Previous
From: Matt Miller
Date:
Subject: Re: TODO list comments
Next
From: Tom Lane
Date:
Subject: Re: Win32 Thread safetyness