Multiple psql history files

Поиск
Список
Период
Сортировка
От Jonathan Jacobson
Тема Multiple psql history files
Дата
Msg-id CAFTTroOXn2Z0fgrPYPF1VQBQz-8uqseUcKur79xx52CHTxTP2Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: Multiple psql history files  (Corey Huinker <corey.huinker@gmail.com>)
Re: Multiple psql history files  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: Multiple psql history files  (Julien Rouhaud <julien.rouhaud@dalibo.com>)
Re: Multiple psql history files  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: Multiple psql history files  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
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.
I will be happy to make this my first contribution to PostgreSQL's code.
What do you say?

Regards,
Jonathan

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH] pgpassfile connection option
Следующее
От: Corey Huinker
Дата:
Сообщение: Re: Multiple psql history files