Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 25be9b1

Browse files
committed
Use an <xref> for restore_command reference. Marko Tiikkaja
1 parent 599dba4 commit 25be9b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/high-availability.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)