File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
src/backend/access/transam Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
261261 <listitem>
262262 <para>
263263 Specifies whether recovery should pause when the recovery target
264- is reached. The default is true, if a recovery target is set .
264+ is reached. The default is true.
265265 This is intended to allow queries to be executed against the
266266 database to check if this recovery target is the most desirable
267267 point for recovery. The paused state can be resumed by using
@@ -272,6 +272,10 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
272272 recovery target settings to a later target and restart to
273273 continue recovery.
274274 </para>
275+ <para>
276+ This setting has no effect if <xref linkend="guc-hot-standby"> is not
277+ enabled, or if no recovery target is set.
278+ </para>
275279 </listitem>
276280 </varlistentry>
277281
Original file line number Diff line number Diff line change 8787#
8888#recovery_target_timeline = 'latest'
8989#
90+ #
91+ # If pause_at_recovery_target is enabled, recovery will pause when
92+ # the recovery target is reached. The pause state will continue until
93+ # pg_xlog_replay_resume() is called. This setting has no effect if
94+ # hot standby is not enabled, or if no recovery target is set.
95+ #
96+ #pause_at_recovery_target = true
97+ #
9098#---------------------------------------------------------------------------
9199# STANDBY SERVER PARAMETERS
92100#---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments