From: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | recovery.conf.sample |
Date: | 2010-02-23 04:44:40 |
Message-ID: | 3f0b79eb1002222044m26a848a7rc28b2022dc6a60df@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2010-02-23 04:49:42 | Re: function side effects |
Previous Message | Takahiro Itagaki | 2010-02-23 04:15:15 | Re: [SPAM]function side effects |