[BUGS] psql history and "-- lines"

Поиск
Список
Период
Сортировка
От Дилян Палаузов
Тема [BUGS] psql history and "-- lines"
Дата
Msg-id 48b3a5ac-d219-6568-6751-260b1387bc37@aegee.org
обсуждение исходный текст
Ответы Re: [BUGS] psql history and "-- lines"  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-bugs
Hello,


when I do
# psql
db=> -- whatever
db=> SELECT * FROM x;

I expect, that who lines enter the history: "-- whaever" and "SELECT * 
FROM x;". However, when I press the up-arrow, both lines appear.


--single-line does not change this (I wouldn't expect actually).

Could you plexe alter psql, so that it logs two lines in the history for 
the mentioned case?

Regards  Дилян


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: Дилян Палаузов
Дата:
Сообщение: [BUGS] [PATCH] Refresh documentation for psql
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [BUGS] psql history and "-- lines"