public inbox for [email protected]
help / color / mirror / Atom feedFrom: Fujii Masao <[email protected]>
To: Heikki Linnakangas <[email protected]>
Cc: pgsql-docs <[email protected]>
Subject: Re: [COMMITTERS] pgsql: Update High Availability docs.
Date: Sat, 29 May 2010 11:34:14 +0900
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
On Fri, May 28, 2010 at 11:03 PM, Heikki Linnakangas
<[email protected]> 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....)
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
view thread (3+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: [COMMITTERS] pgsql: Update High Availability docs.
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox