Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit25be9b1

Browse files
committed
Use an <xref> for restore_command reference. Marko Tiikkaja
1 parent599dba4 commit25be9b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/high-availability.sgml

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp