|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.79 2010/08/17 04:37:20 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.80 2010/08/24 15:22:12 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="high-availability">
|
4 | 4 | <title>High Availability, Load Balancing, and Replication</title>
|
@@ -1957,7 +1957,7 @@ psql -c "select pg_last_xlog_replay_location();" > /path/to/backup/end_location
|
1957 | 1957 | progress of the recovery with the stored backup ending WAL location:
|
1958 | 1958 | the server is not consistent until recovery has reached the backup end
|
1959 | 1959 | location. The progress of the recovery can also be observed with the
|
1960 |
| - <function>pg_last_xlog_replay_location</> function,but thatrequired |
| 1960 | + <function>pg_last_xlog_replay_location</> function,though thatrequires |
1961 | 1961 | connecting to the server while it might not be consistent yet, so
|
1962 | 1962 | care should be taken with that method.
|
1963 | 1963 | </para>
|
|