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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Improve psql's handling of multi-line queries
Дата
Msg-id 200603211343.k2LDh8n14813@candle.pha.pa.us
обсуждение исходный текст
Ответ на Improve psql's handling of multi-line queries  (Steve Woodcock <steve.woodcock@gmail.com>)
Ответы Re: Improve psql's handling of multi-line queries  ("Steve Woodcock" <steve.woodcock@gmail.com>)
Список pgsql-patches
Steve Woodcock wrote:
> Hi all,
>
> Attached is a patch for the following TODO item:
>
> o Improve psql's handling of multi-line queries
>
>   Currently, while \e saves a single query as one entry, interactive
>   queries are saved one line at a time.  Ideally all queries
>   whould be saved like \e does.
>
> I know now's probably not a good time, but it caught my eye and looked
> easy enough even for my rusty C.
>
> Regards, Steve Woodcock

Steve, we have already applied a patch by Sergey E. Koposov to do this.
Would you review CVS HEAD and see that everything works as you would
like.  Thanks.

--
  Bruce Momjian   http://candle.pha.pa.us
  SRA OSS, Inc.   http://www.sraoss.com

  + If your life is a hard drive, Christ can be your backup. +

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: fix of some issues with multi-line query editing
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: be-secure.c patch