File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.264 2010/04/12 22:09:58 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.265 2010/04/13 08:19:12 mha Exp $ -->
22
33<chapter Id="runtime-config">
44 <title>Server Configuration</title>
@@ -1733,7 +1733,7 @@ SET ENABLE_SEQSCAN TO OFF;
17331733 <varname>archive_mode</> is enabled, WAL archiving is temporarily
17341734 disabled, but the server continues to accumulate WAL segment files in
17351735 the expectation that a command will soon be provided. Setting
1736- <varname>archive_mode </> to a command that does nothing but
1736+ <varname>archive_command </> to a command that does nothing but
17371737 return true, e.g. <literal>/bin/true</>, effectively disables
17381738 archiving, but also breaks the chain of WAL files needed for
17391739 archive recovery, so it should only be used in unusual circumstances.
You can’t perform that action at this time.
0 commit comments