Re: Multiple psql history files

Поиск
Список
Период
Сортировка
От Julien Rouhaud
Тема Re: Multiple psql history files
Дата
Msg-id 9da2d8ca-2f4c-97f1-bc07-d5e875e0c50f@dalibo.com
обсуждение исходный текст
Ответ на Multiple psql history files  (Jonathan Jacobson <jonjac@gmail.com>)
Список pgsql-hackers
On 18/10/2016 18:26, Jonathan Jacobson wrote:
> The .psql_history file is naturally used by different DB connections
> (distinguished by a different combination of host + port + database + user).
> At least in my multi-database working environment, this leads sometimes
> to frustration because there are commands that cannot or should not be
> used by different connections.
> To solve this, psql could keep a separate command history file for each
> connection.

You can already do this, for instance in your .psqlrc:

\set HISTFILE ~/.psql_history- :HOST - :PORT - :DBNAME - :USER


-- 
Julien Rouhaud
http://dalibo.com - http://dalibo.org



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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Multiple psql history files
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Multiple psql history files