File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.77 2010/07/03 20:43:57 tgl Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.78 2010/07/14 22:04:21 tgl Exp $ -->
22
33<chapter id="high-availability">
44 <title>High Availability, Load Balancing, and Replication</title>
@@ -589,7 +589,7 @@ protocol to make nodes agree on a serializable transactional order.
589589 <para>
590590 In standby mode, the server continuously applies WAL received from the
591591 master server. The standby server can read WAL from a WAL archive
592- (see <varname>restore_command</ >) or directly from the master
592+ (see <xref linkend="restore-command" >) or directly from the master
593593 over a TCP connection (streaming replication). The standby server will
594594 also attempt to restore any WAL found in the standby cluster's
595595 <filename>pg_xlog</> directory. That typically happens after a server
You can’t perform that action at this time.
0 commit comments