diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-01-09 22:16:46 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-01-09 22:16:46 +0000 |
commit | 0764f41306aba91dbe962e49e92c09adcc529997 (patch) | |
tree | 77756dd02e16eecfebde4d3824f311f9f1b7bb84 /doc/src | |
parent | d64995aa8921823b8b3459e6e4ae4593cd9a6361 (diff) |
Have log_temp_files be in kilobytes, remove trace call.
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 068a85f27bd..de88650b0ed 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.100 2007/01/09 21:31:14 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.101 2007/01/09 22:16:46 momjian Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -2930,7 +2930,7 @@ SELECT * FROM parent WHERE key = 2400; Controls whether temporary files are logged when deleted. A value of zero logs all temporary files, and positive values log only files whose size is equal or greater than - the specified number of bytes. Temporary files can be + the specified number of kilobytes. Temporary files can be created for sorts, hashes, and temporary results. The default is <literal>-1</> (off). </para> |