diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-03-12 23:21:48 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-03-12 23:21:48 +0000 |
commit | c24b2ef21781d0c848bdbcef294c02e6902d6295 (patch) | |
tree | 0e1fb8ec908e3868fe762e881e9e1b80f3e66818 /doc/src | |
parent | 52e2b33a556ead1df365777ba2f3ad8accbbe504 (diff) | |
download | postgresql-c24b2ef21781d0c848bdbcef294c02e6902d6295.tar.gz postgresql-c24b2ef21781d0c848bdbcef294c02e6902d6295.zip |
Re-add comma, oops.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 0bfeef49c4c..e8720e14e72 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ -<!-- $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"> <title>Server Configuration</title> @@ -1734,7 +1734,7 @@ SET ENABLE_SEQSCAN TO OFF; disabled, but the server continues to accumulate WAL segment files in the expectation that a command will soon be provided. Setting <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 archive recovery, so it should only be used in unusual circumstances. </para> |