Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
55a01b4c
Commit
55a01b4c
authored
Mar 31, 2010
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change recovery.conf.sample to match postgresql.conf by showing only
default values, with example comments.
parent
e01c6ce7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
src/backend/access/transam/recovery.conf.sample
src/backend/access/transam/recovery.conf.sample
+8
-9
No files found.
src/backend/access/transam/recovery.conf.sample
View file @
55a01b4c
...
...
@@ -20,8 +20,7 @@
# Comments are introduced with '#'.
#
# The complete list of option names and allowed values can be found
# in the PostgreSQL documentation. The commented-out settings shown below
# are example values.
# in the PostgreSQL documentation.
#
#---------------------------------------------------------------------------
# ARCHIVE RECOVERY PARAMETERS
...
...
@@ -44,7 +43,7 @@
# NOTE that the basename of %p will be different from %f; do not
# expect them to be interchangeable.
#
#restore_command = 'cp /mnt/server/archivedir/%f %p'
#restore_command = '
' # e.g. '
cp /mnt/server/archivedir/%f %p'
#
#
# restartpoint_command
...
...
@@ -74,18 +73,18 @@
# transaction(s) with the recovery target value (ie, stop either
# just after or just before the given target, respectively).
#
#recovery_target_time = '2004-07-14 22:39:00 EST'
#recovery_target_time = '
' # e.g. '
2004-07-14 22:39:00 EST'
#
#recovery_target_xid = '
1100842
'
#recovery_target_xid = ''
#
#recovery_target_inclusive = 'true'
# 'true' or 'false'
#recovery_target_inclusive = 'true'
#
#
# If you want to recover into a timeline other than the "main line" shown in
# pg_control, specify the timeline number here, or write 'latest' to get
# the latest branch for which there's a history file.
#
#recovery_target_timeline = '
33' # number or '
latest'
#recovery_target_timeline = 'latest'
#
#---------------------------------------------------------------------------
# LOG-STREAMING REPLICATION PARAMETERS
...
...
@@ -96,9 +95,9 @@
# connection settings primary_conninfo, and receives XLOG records
# continuously.
#
#standby_mode = 'off'
# 'on' or 'off'
#standby_mode = 'off'
#
#primary_conninfo = 'host=localhost port=5432'
#primary_conninfo = '
' # e.g. '
host=localhost port=5432'
#
#
# By default, a standby server keeps streaming XLOG records from the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment