aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-02-13 03:38:26 +0000
committerBruce Momjian <bruce@momjian.us>2010-02-13 03:38:26 +0000
commita5acb7dfb94391c7b19691786186033993d82b34 (patch)
treefa79e3c98c1c03df5f14ee676519276be2027c1f
parente08ab7c3127c10d419e91072c68e1bfeaab025b8 (diff)
downloadpostgresql-a5acb7dfb94391c7b19691786186033993d82b34.tar.gz
postgresql-a5acb7dfb94391c7b19691786186033993d82b34.zip
Remove tabs from sgml.
-rw-r--r--doc/src/sgml/high-availability.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index bab447d4620..2c0c91e15b4 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.42 2010/02/12 14:53:22 heikki Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.43 2010/02/13 03:38:26 momjian Exp $ -->
<chapter id="high-availability">
<title>High Availability, Load Balancing, and Replication</title>
@@ -873,9 +873,9 @@ if (!triggered)
<term><varname>restore_end_command</varname> (<type>string</type>)</term>
<listitem>
<para>
- In standby-mode, <varname>restore_command</> (and <varname>restore_end_command</>) is set to a
- simple command or script like in PITR. pg_standby or similar tools
- that wait for the next WAL file to arrive, cannot be used with
+ In standby-mode, <varname>restore_command</> (and <varname>restore_end_command</>) is set to a
+ simple command or script like in PITR. pg_standby or similar tools
+ that wait for the next WAL file to arrive, cannot be used with
streaming replication, as the server handles retries and waiting
itself. Set <varname>restore_command</> as you would if you were
recovering using a Continuous archiving backup (see <xref linkend="backup-pitr-recovery">).