We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f44a31 commit cb08f6bCopy full SHA for cb08f6b
doc/src/sgml/config.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.258 2010/03/02 23:38:17 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.259 2010/03/12 17:46:07 momjian Exp $ -->
2
3
<chapter Id="runtime-config">
4
<title>Server Configuration</title>
@@ -1734,7 +1734,7 @@ SET ENABLE_SEQSCAN TO OFF;
1734
disabled, but the server continues to accumulate WAL segment files in
1735
the expectation that a command will soon be provided. Setting
1736
<varname>archive_mode</> to a command that does nothing but
1737
- return true, e.g. <literal>/bin/true</>, effectively disables
+ return true, e.g. <literal>/bin/true</> effectively disables
1738
archiving, but also breaks the chain of WAL files needed for
1739
archive recovery, so it should only be used in unusual circumstances.
1740
</para>
0 commit comments