From 86422cbbfcde96e8d292454fe9a382a9d828f80f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 21 Nov 2008 20:21:59 +0000 Subject: [PATCH] Minor copy-editing. --- doc/src/sgml/config.sgml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index e492a1fc2f..f49ee28259 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -32,7 +32,8 @@ Some settings specify a memory or time value. Each of these has an implicit unit, which is either kilobytes, blocks (typically eight kilobytes), milliseconds, seconds, or minutes. Default units can be - queried by referencing pg_settings.unit. For convenience, + found by referencing pg_settings.unit. + For convenience, a different unit can also be specified explicitly. Valid memory units are kB (kilobytes), MB (megabytes), and GB (gigabytes); valid time units @@ -43,10 +44,11 @@ - Settings of type 'enum' are specified the same way at string settings, - but are restricted to a limited range of values. To find available - values, look at pg_settings.enumvals. Enum settings are - case insensitive. + Parameters of type enum are specified in the same way as string + parameters, but are restricted to a limited set of values. The allowed + values can be found + from pg_settings.enumvals. + Enum parameter values are case-insensitive.