|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="high-availability"> |
4 | 4 | <title>High Availability, Load Balancing, and Replication</title> |
@@ -583,7 +583,7 @@ protocol to make nodes agree on a serializable transactional order. |
583 | 583 | <title>Standby Server Operation</title> |
584 | 584 |
|
585 | 585 | <para> |
586 | | - In standby mode, the servercontinously applies WAL received from the |
| 586 | + In standby mode, the servercontinuously applies WAL received from the |
587 | 587 | master server. The standby server can read WAL from a WAL archive |
588 | 588 | (see <varname>restore_command</>) or directly from the master |
589 | 589 | over a TCP connection (streaming replication). The standby server will |
@@ -625,7 +625,7 @@ protocol to make nodes agree on a serializable transactional order. |
625 | 625 | Set up continuous archiving on the primary to an archive directory |
626 | 626 | accessible from the standby, as described |
627 | 627 | 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 |
629 | 629 | reside on the standby server itself or another trusted server, not on |
630 | 630 | the master server. |
631 | 631 | </para> |
@@ -920,7 +920,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass' |
920 | 920 | <title>Alternative method for log shipping</title> |
921 | 921 |
|
922 | 922 | <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 |
924 | 924 | sections is to use a restore_command that polls the archive location. |
925 | 925 | This was the only option available in versions 8.4 and below. In this |
926 | 926 | setup, set <varname>standby_mode</> off, because you are implementing |
|