From 79bc99a46703dc07636f4c9f09067f87b324c6b4 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 26 Jul 2006 11:35:56 +0000 Subject: Convert effective_cache_size to an integer, for better integration with upcoming units feature. --- 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 e967b235f36..45350ac7ae9 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -1856,7 +1856,7 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows - effective_cache_size (floating point) + effective_cache_size (integer) effective_cache_size configuration parameter -- cgit v1.2.3