xreflabel="recovery_target_inclusive">
recovery_target_inclusive (boolean)
- Specifies whether we stop just after the specified recovery target
+ Specifies whether to stop just after the specified recovery target
(true), or just before the recovery target
(false).
- Applies to both
- and , whichever one is
- specified for this recovery. This indicates whether transactions
+ Applies when either
+ or is specified.
+ This setting controls whether transactions
having exactly the target commit time or ID, respectively, will
be included in the recovery. Default is true>.
This is intended to allow queries to be executed against the
database to check if this recovery target is the most desirable
point for recovery. The paused state can be resumed by using
- pg_xlog_replay_resume()> (See
+ pg_xlog_replay_resume()> (see
), which then
causes recovery to end. If this recovery target is not the
- desired stopping point, then shutdown the server, change the
+ desired stopping point, then shut down the server, change the
recovery target settings to a later target and restart to
continue recovery.