Streaming replication document improvements

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, pgsql-docs(at)postgresql(dot)org
Subject: Streaming replication document improvements
Date: 2010-03-30 08:52:19
Message-ID: 3f0b79eb1003300152g5327eb47w8f9aecae6002b215@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

Hi,

The attached patch improves the documents about SR as follows:

* Improve the description about the setup procedure of SR.
o Add the link to the recovery.conf parameter if needed.
o Add the example of recovery.conf setting.
* Document what should be monitored for avoiding the disk full
failure on the primary.
* Clarify how to safely take an incrementally updated backups.
* Define the recovery.conf parameters as an index term.
* Describe how to use recovery.conf.

Any comments are welcome.

Regards,

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

Attachment Content-Type Size
replication_doc_improvement_v1.patch application/octet-stream 24.7 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Heikki Linnakangas 2010-03-30 16:28:28 Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Previous Message Peter Eisentraut 2010-03-29 22:01:19 Re: include no validation of XML schema in 8.13.1- the XML Type

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2010-03-30 09:09:42 pending patch: Re: HS/SR and smart shutdown
Previous Message Thom Brown 2010-03-30 08:03:29 Re: I am interested in the MERGE command implementation as my gSoC project