summaryrefslogtreecommitdiff
path: root/src/backend/access
diff options
context:
space:
mode:
authorPeter Eisentraut2017-06-09 18:38:33 +0000
committerPeter Eisentraut2017-06-09 18:38:33 +0000
commite11e24b1ed619ca329a532e5e5ae8b4e5e728f71 (patch)
treedca7ad84f272e10a77b23e4d2ed6d75a803cea77 /src/backend/access
parent8c9387c55e67ca7c23bb8ffd7e8342cca7be127b (diff)
Formatting improvements in config file samples
Diffstat (limited to 'src/backend/access')
-rw-r--r--src/backend/access/transam/recovery.conf.sample9
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'