Re: [COMMITTERS] pgsql: Update High Availability docs.

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Heikki Linnakangas <heikki(at)postgresql(dot)org>
Cc: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Update High Availability docs.
Date: 2010-05-29 02:34:14
Message-ID: AANLkTinh8BxKXvIffoKyGyNOdMmw3Yh-M99J7wSHiDuO@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-docs

On Fri, May 28, 2010 at 11:03 PM, Heikki Linnakangas
<heikki(at)postgresql(dot)org> wrote:
> Log Message:
> -----------
> Update High Availability docs. Clarify terms master/primary standby/slave,
> move two paragraphs that apply to log shipping in general from the
> "Alternative method for log shipping" section to the earlier sections.
> Add varname tags where missing. Some small wording changes.
>
> Modified Files:
> --------------
>    pgsql/doc/src/sgml:
>        high-availability.sgml (r1.68 -> r1.69)
>        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/high-availability.sgml?r1=1.68&r2=1.69)

Thanks for the document update.

I found typos:

diff --git a/doc/src/sgml/high-availability.sgml
b/doc/src/sgml/high-availability.sgml
index de7d3a0..cbb4515 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -714,7 +714,7 @@ trigger_file = '/path/to/trigger_file'

<para>
If you're using a WAL archive, its size can be minimized using
- the <varname>restartpoint_command</> option to remove files that are no
+ the <varname>restartpoint_command</> option to remove files that are
no longer required by the standby server. Note however, that if you're
using the archive for backup purposes, you need to retain files needed
to recover from at least the latest base backup, even if they're no
@@ -1089,7 +1089,7 @@ if (!triggered)
<para>
It is also possible to implement record-based log shipping using this
alternative method, though this requires custom development, and changes
- will still only becomes visible to hot standby queries after a full WAL
+ will still only become visible to hot standby queries after a full WAL
file has been shipped.
</para>

Regards,

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-05-29 09:01:11 pgsql: Fix typos in recent doc patch.
Previous Message Bruce Momjian 2010-05-29 02:32:08 pgsql: Add C comment that we will have to remove an exclusion constraint

Browse pgsql-docs by date

  From Date Subject
Next Message Heikki Linnakangas 2010-05-29 09:01:48 Re: [COMMITTERS] pgsql: Update High Availability docs.
Previous Message Bruce Momjian 2010-05-28 22:42:20 Re: documentation build log is busted, and has been for awhile