8000
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 c4faeeb commit 9aef922Copy full SHA for 9aef922
doc/src/sgml/config.sgml
@@ -1733,7 +1733,7 @@ SET ENABLE_SEQSCAN TO OFF;
1733
<varname>archive_mode</> is enabled, WAL archiving is temporarily
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
+ <varname>archive_command</> to a command that does nothing but
1737
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.
0 commit comments