Re: Issues with two-server Synch Rep

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Issues with two-server Synch Rep
Дата
Msg-id m2bp6xx30m.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: Issues with two-server Synch Rep  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Seems like a reasonable solution, although I've never heard
> of .emacs.custom; my emacsen have always written their custom settings
> somewhere in the middle of the .emacs proper.

See (info "(emacs) Saving Customizations") and add the following to your
setup:    (setq custom-file "~/.emacs-custom.el")    (load custom-file)
 http://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Saving-Customizations

I guess it's relevant enough here.

Regards,
-- 
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: host name support in pg_hba.conf
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Extensions, this time with a patch