1- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.207 2009/02/09 20:57:59 alvherre Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.208 2009/02/15 18:28:48 tgl Exp $ -->
22
33<chapter Id="runtime-config">
44 <title>Server Configuration</title>
@@ -3132,7 +3132,7 @@ local0.* /var/log/postgresql
31323132 query protocol, this setting likewise does not log statements that
31333133 fail before the Execute phase (i.e., during parse analysis or
31343134 planning). Set <varname>log_min_error_statement</> to
3135- <literal>ERROR</> (or lower) to log such statements.
3135+ <literal>ERROR</> (or lower) to log such statements.
31363136 </para>
31373137 </note>
31383138 </listitem>
@@ -3145,13 +3145,14 @@ local0.* /var/log/postgresql
31453145 </indexterm>
31463146 <listitem>
31473147 <para>
3148- Controlswhether temporary files are logged when deleted .
3148+ Controlslogging of use of temporary files .
31493149 Temporary files can be
31503150 created for sorts, hashes, and temporary query results.
3151- A value of zero logs all temporary files, and positive
3152- values log only files whose size is equal or greater than
3151+ A log entry is made for each temporary file when it is deleted.
3152+ A value of zero logs all temporary files, while positive
3153+ values log only files whose size is greater than or equal to
31533154 the specified number of kilobytes. The
3154- default is <literal>-1</>, which disablesthis logging.
3155+ defaultsetting is <literal>-1</>, which disablessuch logging.
31553156 Only superusers can change this setting.
31563157 </para>
31573158 </listitem>