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
59ff4848
Commit
59ff4848
authored
Aug 03, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Preliminary documentation for PITR.
parent
58c41712
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
477 additions
and
3 deletions
+477
-3
doc/src/sgml/backup.sgml
doc/src/sgml/backup.sgml
+452
-2
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+25
-1
No files found.
doc/src/sgml/backup.sgml
View file @
59ff4848
This diff is collapsed.
Click to expand it.
doc/src/sgml/runtime.sgml
View file @
59ff4848
<!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.27
0 2004/07/24 19:51:22
tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.27
1 2004/08/03 23:42:59
tgl Exp $
-->
<Chapter Id="runtime">
...
...
@@ -1342,6 +1342,30 @@ SET ENABLE_SEQSCAN TO OFF;
</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>
<sect3 id="runtime-config-wal-archiving">
<title>Archiving</title>
<variablelist>
<varlistentry id="guc-archive-command" xreflabel="archive_command">
<term><varname>archive_command</varname> (<type>string</type>)</term>
<listitem>
<para>
The shell command to execute to archive a completed segment of the
WAL file series. If this is an empty string (which is the default),
WAL archiving is disabled. Any <literal>%p</> in the string is
replaced
by the absolute path of the file to archive, while any <literal>%f</>
is replaced by the file name only. Write <literal>%%</> if you need
to embed an actual <literal>%</> character in the command. For more
information see <xref linkend="backup-archiving-wal">. This option
can only be set at server start or in the
<filename>postgresql.conf</filename> file.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>
...
...
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