Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf185fc3

Browse files
committed
Fix typos, spotted by Thom Brown.
1 parentec9ee93 commitf185fc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/high-availability.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.56 2010/03/31 20:35:09 heikki Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.57 2010/03/31 20:41:50 heikki Exp $ -->
22

33
<chapter id="high-availability">
44
<title>High Availability, Load Balancing, and Replication</title>
@@ -583,7 +583,7 @@ protocol to make nodes agree on a serializable transactional order.
583583
<title>Standby Server Operation</title>
584584

585585
<para>
586-
In standby mode, the servercontinously applies WAL received from the
586+
In standby mode, the servercontinuously applies WAL received from the
587587
master server. The standby server can read WAL from a WAL archive
588588
(see <varname>restore_command</>) or directly from the master
589589
over a TCP connection (streaming replication). The standby server will
@@ -625,7 +625,7 @@ protocol to make nodes agree on a serializable transactional order.
625625
Set up continuous archiving on the primary to an archive directory
626626
accessible from the standby, as described
627627
in <xref linkend="continuous-archiving">. The archive location should be
628-
accessible from the standby even when the master is down,ie. it should
628+
accessible from the standby even when the master is down,i.e. it should
629629
reside on the standby server itself or another trusted server, not on
630630
the master server.
631631
</para>
@@ -920,7 +920,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
920920
<title>Alternative method for log shipping</title>
921921

922922
<para>
923-
An alternative to the built-in standby modedesribed in the previous
923+
An alternative to the built-in standby modedescribed in the previous
924924
sections is to use a restore_command that polls the archive location.
925925
This was the only option available in versions 8.4 and below. In this
926926
setup, set <varname>standby_mode</> off, because you are implementing

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp