Type: | bool |
Default: | on |
Context: | postmaster |
Restart: | true |
Since: | 12 |
Specifies whether to stop just after the specified recovery target (on
), or just before the recovery target (off
). Applies when recovery_target_lsn, recovery_target_time, or recovery_target_xid is specified. This setting controls whether transactions having exactly the target WAL location (LSN), commit time, or transaction ID, respectively, will be included in the recovery. Default is on
.