|
20 | 20 | # Comments are introduced with '#'. |
21 | 21 | # |
22 | 22 | # The complete list of option names and allowed values can be found |
23 | | -# in the PostgreSQL documentation. The commented-out settings shown below |
24 | | -# are example values. |
| 23 | +# in the PostgreSQL documentation. |
25 | 24 | # |
26 | 25 | #--------------------------------------------------------------------------- |
27 | 26 | # ARCHIVE RECOVERY PARAMETERS |
|
44 | 43 | # NOTE that the basename of %p will be different from %f; do not |
45 | 44 | # expect them to be interchangeable. |
46 | 45 | # |
47 | | -#restore_command = 'cp /mnt/server/archivedir/%f %p' |
| 46 | +#restore_command = '' # e.g. 'cp /mnt/server/archivedir/%f %p' |
48 | 47 | # |
49 | 48 | # |
50 | 49 | # restartpoint_command |
|
74 | 73 | # transaction(s) with the recovery target value (ie, stop either |
75 | 74 | # just after or just before the given target, respectively). |
76 | 75 | # |
77 | | -#recovery_target_time = '2004-07-14 22:39:00 EST' |
| 76 | +#recovery_target_time = '' # e.g. '2004-07-14 22:39:00 EST' |
78 | 77 | # |
79 | | -#recovery_target_xid = '1100842' |
| 78 | +#recovery_target_xid = '' |
80 | 79 | # |
81 | | -#recovery_target_inclusive = 'true' # 'true' or 'false' |
| 80 | +#recovery_target_inclusive = 'true' |
82 | 81 | # |
83 | 82 | # |
84 | 83 | # If you want to recover into a timeline other than the "main line" shown in |
85 | 84 | # pg_control, specify the timeline number here, or write 'latest' to get |
86 | 85 | # the latest branch for which there's a history file. |
87 | 86 | # |
88 | | -#recovery_target_timeline = '33' # number or 'latest' |
| 87 | +#recovery_target_timeline = 'latest' |
89 | 88 | # |
90 | 89 | #--------------------------------------------------------------------------- |
91 | 90 | # LOG-STREAMING REPLICATION PARAMETERS |
|
96 | 95 | # connection settings primary_conninfo, and receives XLOG records |
97 | 96 | # continuously. |
98 | 97 | # |
99 | | -#standby_mode = 'off' # 'on' or 'off' |
| 98 | +#standby_mode = 'off' |
100 | 99 | # |
101 | | -#primary_conninfo = 'host=localhost port=5432' |
| 100 | +#primary_conninfo = '' # e.g. 'host=localhost port=5432' |
102 | 101 | # |
103 | 102 | # |
104 | 103 | # By default, a standby server keeps streaming XLOG records from the |
|
0 commit comments