We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075354a commit 5000472Copy full SHA for 5000472
src/backend/access/transam/recovery.conf.sample
@@ -13,7 +13,7 @@
13
#
14
# This file consists of lines of the form:
15
16
-# name = 'value'
+# name = value
17
18
# Comments are introduced with '#'.
19
@@ -75,7 +75,7 @@
75
76
#recovery_target_xid = ''
77
78
-#recovery_target_inclusive = 'true'
+#recovery_target_inclusive = true
79
80
81
# If you want to recover into a timeline other than the "main line" shown in
@@ -93,7 +93,7 @@
93
# connection settings primary_conninfo, and receives XLOG records
94
# continuously.
95
96
-#standby_mode = 'off'
+#standby_mode = off
97
98
#primary_conninfo = '' # e.g. 'host=localhost port=5432'
99
0 commit comments