mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
Formatting improvements in config file samples
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user