diff options
author | Robert Haas <rhaas@postgresql.org> | 2010-07-06 22:55:26 +0000 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2010-07-06 22:55:26 +0000 |
commit | 20be0d480a167c86b505d9a3b477441446c4e999 (patch) | |
tree | 39678d50da168ac581cd27f12254003015342a79 /doc/src | |
parent | 458474d9d7ff552d697f8a85a61113582c86ae3a (diff) | |
download | postgresql-20be0d480a167c86b505d9a3b477441446c4e999.tar.gz postgresql-20be0d480a167c86b505d9a3b477441446c4e999.zip |
Make log_temp_files based on kB, and revert docs & comments to match.
Per extensive discussion on pgsql-hackers. We are deliberately not
back-patching this even though the behavior of 8.3 and 8.4 is
unquestionably broken, for fear of breaking existing users of this
parameter. This incompatibility should be release-noted.
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 7e0c7647a4a..e54b09545d0 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.292 2010/07/06 21:14:25 rhaas Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.293 2010/07/06 22:55:26 rhaas Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -3607,7 +3607,7 @@ FROM pg_stat_activity; A log entry is made for each temporary file when it is deleted. A value of zero logs all temporary file information, while positive values log only files whose size is greater than or equal to - the specified number of bytes. The + the specified number of kilobytes. The default setting is <literal>-1</>, which disables such logging. Only superusers can change this setting. </para> |