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
da71632f
Commit
da71632f
authored
Dec 08, 2014
by
Simon Riggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct recovery_target_action docs
From Michael Paquier
parent
c2707547
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/src/sgml/recovery-config.sgml
doc/src/sgml/recovery-config.sgml
+7
-7
No files found.
doc/src/sgml/recovery-config.sgml
View file @
da71632f
...
...
@@ -289,9 +289,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
</term>
<listitem>
<para>
Alias for
action_at_recovery_target
, <literal>true</> is same as
action_at_recovery_target
= <literal>pause</> and <literal>false</>
is same as
action_at_recovery_target
= <literal>promote</>.
Alias for
recovery_target_action
, <literal>true</> is same as
recovery_target_action
= <literal>pause</> and <literal>false</>
is same as
recovery_target_action
= <literal>promote</>.
</para>
<para>
This setting has no effect if <xref linkend="guc-hot-standby"> is not
...
...
@@ -301,10 +301,10 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
</varlistentry>
<varlistentry id="action-at-recovery-target"
xreflabel="
action_at_recovery_target
">
<term><varname>
action_at_recovery_target
</varname> (<type>enum</type>)
xreflabel="
recovery_target_action
">
<term><varname>
recovery_target_action
</varname> (<type>enum</type>)
<indexterm>
<primary><varname>
action_at_recovery_target
</> recovery parameter</primary>
<primary><varname>
recovery_target_action
</> recovery parameter</primary>
</indexterm>
</term>
<listitem>
...
...
@@ -336,7 +336,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
</para>
<para>
Note that because <filename>recovery.conf</> will not be renamed when
<varname>
action_at_recovery_target
</> is set to <literal>shutdown</>,
<varname>
recovery_target_action
</> is set to <literal>shutdown</>,
any subsequent start will end with immediate shutdown unless the
configuration is changed or the <filename>recovery.conf</> is removed
manually.
...
...
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