diff options
Diffstat (limited to 'src/backend/access')
| -rw-r--r-- | src/backend/access/transam/recovery.conf.sample | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/backend/access/transam/recovery.conf.sample b/src/backend/access/transam/recovery.conf.sample index de4e38f9fe..8e46612642 100644 --- a/src/backend/access/transam/recovery.conf.sample +++ b/src/backend/access/transam/recovery.conf.sample @@ -66,10 +66,11 @@ # If you want to stop rollforward at a specific point, you # must set a recovery target. # -# You may set a recovery target either by transactionId, by name, -# by timestamp or by WAL location (LSN). Recovery may either include or -# exclude the transaction(s) with the recovery target value (ie, stop either -# just after or just before the given target, respectively). +# You may set a recovery target either by transactionId, by name, by +# timestamp or by WAL location (LSN). Recovery may either include or +# exclude the transaction(s) with the recovery target value (i.e., +# stop either just after or just before the given target, +# respectively). # # #recovery_target_name = '' # e.g. 'daily backup 2011-01-26' |
