diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-09-10 01:39:19 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-09-10 01:39:19 +0000 |
commit | b7adf47eda0ef19507aa65bc021cb893536e708c (patch) | |
tree | d41a690bf01fbacc55043b0b706d8c402c4160ec /doc/src/sgml/config.sgml | |
parent | 40fda15dcebdd07ee75ac1f55dad145f91297b99 (diff) | |
download | postgresql-b7adf47eda0ef19507aa65bc021cb893536e708c.tar.gz postgresql-b7adf47eda0ef19507aa65bc021cb893536e708c.zip |
Set the correct context (PGC_SIGHUP) for log_autovacuum, per ITAGAKI Takahiro.
Fix grammatical errors in its description.
Diffstat (limited to 'doc/src/sgml/config.sgml')
-rw-r--r-- | doc/src/sgml/config.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index d770c4606f2..819af646e3b 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.142 2007/09/05 18:10:47 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.143 2007/09/10 01:39:19 tgl Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -3406,10 +3406,10 @@ guess what </indexterm> <listitem> <para> - Causes actions executed by autovacuum to be logged if it ran for at - least the specified number of milliseconds. Setting this to zero prints - all action durations. Minus-one (the default) disables logging - autovacuum action durations. For example, if you set it to + Causes each action executed by autovacuum to be logged if it ran for at + least the specified number of milliseconds. Setting this to zero logs + all autovacuum actions. Minus-one (the default) disables logging + autovacuum actions. For example, if you set this to <literal>250ms</literal> then all vacuums and analyzes that run 250ms or longer will be logged. Enabling this parameter can be helpful in tracking autovacuum activity. This setting can only be set in |