diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-03-12 17:46:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-03-12 17:46:07 +0000 |
commit | cb08f6b68864b87af3a20d9ec721a99da742c970 (patch) | |
tree | d65129c8c7a97747b57367839dbf094ae7966e37 | |
parent | 1f44a313bdffd887ddea1f51681420ce5621fb1d (diff) | |
download | postgresql-cb08f6b68864b87af3a20d9ec721a99da742c970.tar.gz postgresql-cb08f6b68864b87af3a20d9ec721a99da742c970.zip |
Remove unnecessary comma in documentation.
-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 078d35c8f88..0bfeef49c4c 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.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 $ --> <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> |