Re: alternate psql file locations

Поиск
Список
Период
Сортировка
От Aidan Van Dyk
Тема Re: alternate psql file locations
Дата
Msg-id CAC_2qU9K8UGDDVjA_DcCMVsca4379aY7DaPeT8-56MgJ3QT1Sg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: alternate psql file locations  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: alternate psql file locations  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Sat, Dec 31, 2011 at 3:17 PM, Alvaro Herrera
<alvherre@commandprompt.com> wrote:
>
> Excerpts from Andrew Dunstan's message of sáb dic 31 12:52:02 -0300 2011:
>> It's not a big thing, but I just found myself in a shared environment
>> wanting to be able to set alternative locations for the psql startup
>> file and history. I know there's the HISTFILE variable, but I can't
>> easily set that automatically unless I can at least have my own .psqlrc.
>> ISTM it should be a fairly simple thing to provide these, via
>> environment variables. Is there general interest in such a thing?
>
> I wanted such a thing mere two weeks ago ...

Generally when I've wanted these things, I just make a new "$HOME" in
my shared user home dir:

export HOME=$HOME/aidan

It's worked for things I've wanted, I haven't tried it for psql stuff....

a.

--
Aidan Van Dyk                                             Create like a god,
aidan@highrise.ca                                       command like a king,
http://www.highrise.ca/                                   work like a slave.


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: alternate psql file locations
Следующее
От: Brar Piening
Дата:
Сообщение: Re: Review of VS 2010 support patches