1- <!-- $PostgreSQL: pgsql/doc/src/sgml/recovery-config.sgml,v 2.5 2010/04/21 03:32:53 tgl Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/recovery-config.sgml,v 2.6 2010/04/28 07:34:11 heikki Exp $ -->
22
33<chapter Id="recovery-config">
44 <title>Recovery Configuration</title>
3636
3737 <varlistentry id="restore-command" xreflabel="restore_command">
3838 <term><varname>restore_command</varname> (<type>string</type>)</term>
39+ <indexterm>
40+ <primary><varname>restore_command</> recovery parameter</primary>
41+ </indexterm>
3942 <listitem>
4043 <para>
4144 The shell command to execute to retrieve an archived segment of
@@ -72,6 +75,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
7275
7376 <varlistentry id="restartpoint-command" xreflabel="restartpoint_command">
7477 <term><varname>restartpoint_command</varname> (<type>string</type>)</term>
78+ <indexterm>
79+ <primary><varname>restartpoint_command</> recovery parameter</primary>
80+ </indexterm>
7581 <listitem>
7682 <para>
7783 This parameter specifies a shell command that will be executed at
@@ -98,6 +104,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
98104
99105 <varlistentry id="recovery-end-command" xreflabel="recovery_end_command">
100106 <term><varname>recovery_end_command</varname> (<type>string</type>)</term>
107+ <indexterm>
108+ <primary><varname>recovery_end_command</> recovery parameter</primary>
109+ </indexterm>
101110 <listitem>
102111 <para>
103112 This parameter specifies a shell command that will be executed once only
@@ -129,6 +138,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
129138 <term><varname>recovery_target_time</varname>
130139 (<type>timestamp</type>)
131140 </term>
141+ <indexterm>
142+ <primary><varname>recovery_target_time</> recovery parameter</primary>
143+ </indexterm>
132144 <listitem>
133145 <para>
134146 This parameter specifies the time stamp up to which recovery
@@ -144,6 +156,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
144156
145157 <varlistentry id="recovery-target-xid" xreflabel="recovery_target_xid">
146158 <term><varname>recovery_target_xid</varname> (<type>string</type>)</term>
159+ <indexterm>
160+ <primary><varname>recovery_target_xid</> recovery parameter</primary>
161+ </indexterm>
147162 <listitem>
148163 <para>
149164 This parameter specifies the transaction ID up to which recovery
@@ -166,6 +181,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
166181 <term><varname>recovery_target_inclusive</varname>
167182 (<type>boolean</type>)
168183 </term>
184+ <indexterm>
185+ <primary><varname>recovery_target_inclusive</> recovery parameter</primary>
186+ </indexterm>
169187 <listitem>
170188 <para>
171189 Specifies whether we stop just after the specified recovery target
@@ -185,6 +203,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
185203 <term><varname>recovery_target_timeline</varname>
186204 (<type>string</type>)
187205 </term>
206+ <indexterm>
207+ <primary><varname>recovery_target_timeline</> recovery parameter</primary>
208+ </indexterm>
188209 <listitem>
189210 <para>
190211 Specifies recovering into a particular timeline. The default is
@@ -207,6 +228,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
207228
208229 <varlistentry id="standby-mode" xreflabel="standby_mode">
209230 <term><varname>standby_mode</varname> (<type>boolean</type>)</term>
231+ <indexterm>
232+ <primary><varname>standby_mode</> recovery parameter</primary>
233+ </indexterm>
210234 <listitem>
211235 <para>
212236 Specifies whether to start the <productname>PostgreSQL</> server as
@@ -221,6 +245,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
221245 </varlistentry>
222246 <varlistentry id="primary-conninfo" xreflabel="primary_conninfo">
223247 <term><varname>primary_conninfo</varname> (<type>string</type>)</term>
248+ <indexterm>
249+ <primary><varname>primary_conninfo</> recovery parameter</primary>
250+ </indexterm>
224251 <listitem>
225252 <para>
226253 Specifies a connection string to be used for the standby server
@@ -254,6 +281,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
254281 </varlistentry>
255282 <varlistentry id="trigger-file" xreflabel="trigger_file">
256283 <term><varname>trigger_file</varname> (<type>string</type>)</term>
284+ <indexterm>
285+ <primary><varname>trigger_file</> recovery parameter</primary>
286+ </indexterm>
257287 <listitem>
258288 <para>
259289 Specifies a trigger file whose presence ends recovery in the
0 commit comments