postgresql/src/bin
Bruce Momjian af00c04c42 Fix psql history handling:
> 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 ;(

Sergey E. Koposov
2006-03-21 13:38:12 +00:00
..
initdb Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
ipcclean Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_config Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_controldata Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_ctl Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_dump Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_resetxlog Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pgevent Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
psql Fix psql history handling: 2006-03-21 13:38:12 +00:00
scripts Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
Makefile Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00