recovery.conf.sample

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема recovery.conf.sample
Дата
Msg-id 3f0b79eb1002222044m26a848a7rc28b2022dc6a60df@mail.gmail.com
обсуждение исходный текст
Ответы Re: recovery.conf.sample  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
Hi,

recovery.conf.sample has the following section for Hot Standby.
Is this still required?

> #---------------------------------------------------------------------------
> # HOT STANDBY PARAMETERS
> #---------------------------------------------------------------------------
> #
> # If you want to enable read-only connections during recovery, enable
> # recovery_connections in postgresql.conf
> #
> #---------------------------------------------------------------------------


Heikki classified the recovery options into the following three
groups, in the document.
   26.1. Archive recovery settings   26.2. Recovery target settings   26.3. Standby server settings

OTOH, recovery.conf.sample has classified them into the following
two groups. This is inconsistent with the document, and looks
confusing. How about modifying recovery.conf.sample to make the
grouping the same?
   ARCHIVE RECOVERY PARAMETERS   LOG-STREAMING REPLICATION PARAMETERS

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: function side effects
Следующее
От: Takahiro Itagaki
Дата:
Сообщение: Re: A thought on Index Organized Tables