Re: TODO item -- Improve psql's handling of multi-line queries - Mailing list pgsql-patches

From Andreas Seltenreich
Subject Re: TODO item -- Improve psql's handling of multi-line queries
Date
Msg-id 878xv38urh.fsf@gate450.dyndns.org
Whole thread Raw
In response to Re: TODO item -- Improve psql's handling of multi-line queries  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian writes:

> Where are we on this patch?  Was it submitted?  Applied?  Just an
> idea?

| This has been saved for the 8.2 release:
|
|     http://momjian.postgresql.org/cgi-bin/pgpatches_hold

I tested it with 8.1RC1 and noticed the inconsistency with the \edit
command. I guess one would at least need to change do_edit to modify
the newly introduced history_buffer instead of the history itself.

But I'm not sure why there is a need for a history_buffer at all,
couldn't one use the query_buffer instead? (Sergey?)

regards,
Andreas
--

pgsql-patches by date:

Previous
From: Volkan YAZICI
Date:
Subject: Re: Case Conversion Fix for MB Chars
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Should libedit be preferred to libreadline?