Use an for restore_command reference. Marko Tiikkaja
authorTom Lane
Wed, 14 Jul 2010 22:04:21 +0000 (22:04 +0000)
committerTom Lane
Wed, 14 Jul 2010 22:04:21 +0000 (22:04 +0000)
doc/src/sgml/high-availability.sgml

index 857fcfea00063268df78c94b16edf39af6f8c05a..e6aef54b7042a6348507181e16e5eb1d4887d55b 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  High Availability, Load Balancing, and Replication
@@ -589,7 +589,7 @@ protocol to make nodes agree on a serializable transactional order.
    
     In standby mode, the server continuously applies WAL received from the
     master server. The standby server can read WAL from a WAL archive
-    (see <varname>restore_command>) or directly from the master
+    (see <xref linkend="restore-command">) or directly from the master
     over a TCP connection (streaming replication). The standby server will
     also attempt to restore any WAL found in the standby cluster's
     pg_xlog directory. That typically happens after a server