From 0764f41306aba91dbe962e49e92c09adcc529997 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 9 Jan 2007 22:16:46 +0000 Subject: Have log_temp_files be in kilobytes, remove trace call. --- doc/src/sgml/config.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') 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 @@ - + Server Configuration @@ -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 -1 (off). -- cgit v1.2.3