recovery.conf.sample - Mailing list pgsql-hackers

From Fujii Masao
Subject recovery.conf.sample
Date
Msg-id 3f0b79eb1002222044m26a848a7rc28b2022dc6a60df@mail.gmail.com
Whole thread Raw
Responses Re: recovery.conf.sample
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: function side effects
Next
From: Takahiro Itagaki
Date:
Subject: Re: A thought on Index Organized Tables