fix of some issues with multi-line query editing

From: "Sergey E(dot) Koposov" <math(at)sai(dot)msu(dot)ru>
To: pgsql-patches(at)postgresql(dot)org
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, <alvherre(at)commandprompt(dot)com>
Subject: fix of some issues with multi-line query editing
Date: 2006-03-05 03:57:19
Message-ID: Pine.LNX.4.44.0603050647060.16830-200000@lnfm1.sai.msu.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Fix of several issues:

1) Fix the problems with the \s command.
When the saveHistory is executed by the \s command we must not do the
conversion \n -> \x01 (per
http://archives.postgresql.org/pgsql-hackers/2006-03/msg00317.php )

2) Fix the handling of Ctrl+C

Now when you do
wsdb=# select 'your long query here '
wsdb-#
and press afterwards the CtrlC the line "select 'your long query here '"
will be in the history

(partly per
http://archives.postgresql.org/pgsql-hackers/2006-03/msg00297.php )

3) Fix the handling of commands with not closed brackets, quotes, double
quotes. (now those commands are not splitted in parts...)

4) Fix the behaviour when SINGLELINE mode is used. (before it was almost
broken ;(

Regards,
Sergey

*****************************************************
Sergey E. Koposov
Max Planck Institute for Astronomy
Web: http://lnfm1.sai.msu.ru/~math
E-mail: math(at)sai(dot)msu(dot)ru

Attachment Content-Type Size
multiline.diff text/plain 4.7 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2006-03-05 05:04:34 Re: reorder GROUP BY list
Previous Message David Fetter 2006-03-05 03:24:07 Re: drop if exists remainder