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
8f9fe24b
Commit
8f9fe24b
authored
Apr 28, 2010
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add recovery.conf parameters to the documentation index, per suggestion
by Fujii Masao.
parent
2c265ade
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
1 deletion
+31
-1
doc/src/sgml/recovery-config.sgml
doc/src/sgml/recovery-config.sgml
+31
-1
No files found.
doc/src/sgml/recovery-config.sgml
View file @
8f9fe24b
<!-- $PostgreSQL: pgsql/doc/src/sgml/recovery-config.sgml,v 2.
5 2010/04/21 03:32:53 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/recovery-config.sgml,v 2.
6 2010/04/28 07:34:11 heikki
Exp $ -->
<chapter Id="recovery-config">
<chapter Id="recovery-config">
<title>Recovery Configuration</title>
<title>Recovery Configuration</title>
...
@@ -36,6 +36,9 @@
...
@@ -36,6 +36,9 @@
<varlistentry id="restore-command" xreflabel="restore_command">
<varlistentry id="restore-command" xreflabel="restore_command">
<term><varname>restore_command</varname> (<type>string</type>)</term>
<term><varname>restore_command</varname> (<type>string</type>)</term>
<indexterm>
<primary><varname>restore_command</> recovery parameter</primary>
</indexterm>
<listitem>
<listitem>
<para>
<para>
The shell command to execute to retrieve an archived segment of
The shell command to execute to retrieve an archived segment of
...
@@ -72,6 +75,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
...
@@ -72,6 +75,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
<varlistentry id="restartpoint-command" xreflabel="restartpoint_command">
<varlistentry id="restartpoint-command" xreflabel="restartpoint_command">
<term><varname>restartpoint_command</varname> (<type>string</type>)</term>
<term><varname>restartpoint_command</varname> (<type>string</type>)</term>
<indexterm>
<primary><varname>restartpoint_command</> recovery parameter</primary>
</indexterm>
<listitem>
<listitem>
<para>
<para>
This parameter specifies a shell command that will be executed at
This parameter specifies a shell command that will be executed at
...
@@ -98,6 +104,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
...
@@ -98,6 +104,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
<varlistentry id="recovery-end-command" xreflabel="recovery_end_command">
<varlistentry id="recovery-end-command" xreflabel="recovery_end_command">
<term><varname>recovery_end_command</varname> (<type>string</type>)</term>
<term><varname>recovery_end_command</varname> (<type>string</type>)</term>
<indexterm>
<primary><varname>recovery_end_command</> recovery parameter</primary>
</indexterm>
<listitem>
<listitem>
<para>
<para>
This parameter specifies a shell command that will be executed once only
This parameter specifies a shell command that will be executed once only
...
@@ -129,6 +138,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
...
@@ -129,6 +138,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
<term><varname>recovery_target_time</varname>
<term><varname>recovery_target_time</varname>
(<type>timestamp</type>)
(<type>timestamp</type>)
</term>
</term>
<indexterm>
<primary><varname>recovery_target_time</> recovery parameter</primary>
</indexterm>
<listitem>
<listitem>
<para>
<para>
This parameter specifies the time stamp up to which recovery
This parameter specifies the time stamp up to which recovery
...
@@ -144,6 +156,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
...
@@ -144,6 +156,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
<varlistentry id="recovery-target-xid" xreflabel="recovery_target_xid">
<varlistentry id="recovery-target-xid" xreflabel="recovery_target_xid">
<term><varname>recovery_target_xid</varname> (<type>string</type>)</term>
<term><varname>recovery_target_xid</varname> (<type>string</type>)</term>
<indexterm>
<primary><varname>recovery_target_xid</> recovery parameter</primary>
</indexterm>
<listitem>
<listitem>
<para>
<para>
This parameter specifies the transaction ID up to which recovery
This parameter specifies the transaction ID up to which recovery
...
@@ -166,6 +181,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
...
@@ -166,6 +181,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
<term><varname>recovery_target_inclusive</varname>
<term><varname>recovery_target_inclusive</varname>
(<type>boolean</type>)
(<type>boolean</type>)
</term>
</term>
<indexterm>
<primary><varname>recovery_target_inclusive</> recovery parameter</primary>
</indexterm>
<listitem>
<listitem>
<para>
<para>
Specifies whether we stop just after the specified recovery target
Specifies whether we stop just after the specified recovery target
...
@@ -185,6 +203,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
...
@@ -185,6 +203,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
<term><varname>recovery_target_timeline</varname>
<term><varname>recovery_target_timeline</varname>
(<type>string</type>)
(<type>string</type>)
</term>
</term>
<indexterm>
<primary><varname>recovery_target_timeline</> recovery parameter</primary>
</indexterm>
<listitem>
<listitem>
<para>
<para>
Specifies recovering into a particular timeline. The default is
Specifies recovering into a particular timeline. The default is
...
@@ -207,6 +228,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
...
@@ -207,6 +228,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
<varlistentry id="standby-mode" xreflabel="standby_mode">
<varlistentry id="standby-mode" xreflabel="standby_mode">
<term><varname>standby_mode</varname> (<type>boolean</type>)</term>
<term><varname>standby_mode</varname> (<type>boolean</type>)</term>
<indexterm>
<primary><varname>standby_mode</> recovery parameter</primary>
</indexterm>
<listitem>
<listitem>
<para>
<para>
Specifies whether to start the <productname>PostgreSQL</> server as
Specifies whether to start the <productname>PostgreSQL</> server as
...
@@ -221,6 +245,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
...
@@ -221,6 +245,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
</varlistentry>
</varlistentry>
<varlistentry id="primary-conninfo" xreflabel="primary_conninfo">
<varlistentry id="primary-conninfo" xreflabel="primary_conninfo">
<term><varname>primary_conninfo</varname> (<type>string</type>)</term>
<term><varname>primary_conninfo</varname> (<type>string</type>)</term>
<indexterm>
<primary><varname>primary_conninfo</> recovery parameter</primary>
</indexterm>
<listitem>
<listitem>
<para>
<para>
Specifies a connection string to be used for the standby server
Specifies a connection string to be used for the standby server
...
@@ -254,6 +281,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
...
@@ -254,6 +281,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
</varlistentry>
</varlistentry>
<varlistentry id="trigger-file" xreflabel="trigger_file">
<varlistentry id="trigger-file" xreflabel="trigger_file">
<term><varname>trigger_file</varname> (<type>string</type>)</term>
<term><varname>trigger_file</varname> (<type>string</type>)</term>
<indexterm>
<primary><varname>trigger_file</> recovery parameter</primary>
</indexterm>
<listitem>
<listitem>
<para>
<para>
Specifies a trigger file whose presence ends recovery in the
Specifies a trigger file whose presence ends recovery in 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