[BUGS] psql history and "-- lines" - Mailing list pgsql-bugs

From Дилян Палаузов
Subject [BUGS] psql history and "-- lines"
Date
Msg-id 48b3a5ac-d219-6568-6751-260b1387bc37@aegee.org
Whole thread Raw
Responses Re: [BUGS] psql history and "-- lines"  ("David G. Johnston" <david.g.johnston@gmail.com>)
List 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 by date:

Previous
From: Дилян Палаузов
Date:
Subject: [BUGS] [PATCH] Refresh documentation for psql
Next
From: "David G. Johnston"
Date:
Subject: Re: [BUGS] psql history and "-- lines"