Skip to content
Snippets Groups Projects
Commit c24b2ef2 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Re-add comma, oops.

parent 52e2b33a
No related branches found
No related tags found
No related merge requests found
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.259 2010/03/12 17:46:07 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.260 2010/03/12 23:21:48 momjian Exp $ -->
<chapter Id="runtime-config"> <chapter Id="runtime-config">
<title>Server Configuration</title> <title>Server Configuration</title>
...@@ -1734,7 +1734,7 @@ SET ENABLE_SEQSCAN TO OFF; ...@@ -1734,7 +1734,7 @@ SET ENABLE_SEQSCAN TO OFF;
disabled, but the server continues to accumulate WAL segment files in disabled, but the server continues to accumulate WAL segment files in
the expectation that a command will soon be provided. Setting the expectation that a command will soon be provided. Setting
<varname>archive_mode</> to a command that does nothing but <varname>archive_mode</> to a command that does nothing but
return true, e.g. <literal>/bin/true</> effectively disables return true, e.g. <literal>/bin/true</>, effectively disables
archiving, but also breaks the chain of WAL files needed for archiving, but also breaks the chain of WAL files needed for
archive recovery, so it should only be used in unusual circumstances. archive recovery, so it should only be used in unusual circumstances.
</para> </para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment