提交 59ff4848 编写于 作者: T Tom Lane

Preliminary documentation for PITR.

上级 58c41712
此差异已折叠。
<!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.270 2004/07/24 19:51:22 tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.271 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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册