]> granicus.if.org Git - postgresql/commitdiff
Use an <xref> for restore_command reference. Marko Tiikkaja
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 14 Jul 2010 22:04:28 +0000 (22:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 14 Jul 2010 22:04:28 +0000 (22:04 +0000)
doc/src/sgml/high-availability.sgml

index 857fcfea00063268df78c94b16edf39af6f8c05a..c453c8a7944be8e7c74a90695ba33f008ab9cd28 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.77 2010/07/03 20:43:57 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.77.2.1 2010/07/14 22:04:28 tgl Exp $ -->
 
 <chapter id="high-availability">
  <title>High Availability, Load Balancing, and Replication</title>
@@ -589,7 +589,7 @@ protocol to make nodes agree on a serializable transactional order.
    <para>
     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
     <filename>pg_xlog</> directory. That typically happens after a server