Re: TODO item -- Improve psql's handling of multi-line queries

Поиск
Список
Период
Сортировка
От Andreas Seltenreich
Тема Re: TODO item -- Improve psql's handling of multi-line queries
Дата
Msg-id 878xv38urh.fsf@gate450.dyndns.org
обсуждение исходный текст
Ответ на Re: TODO item -- Improve psql's handling of multi-line queries  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Volkan YAZICI
Дата:
Сообщение: Re: Case Conversion Fix for MB Chars
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Should libedit be preferred to libreadline?