Minor copy-editing.
authorTom Lane
Fri, 21 Nov 2008 20:21:59 +0000 (20:21 +0000)
committerTom Lane
Fri, 21 Nov 2008 20:21:59 +0000 (20:21 +0000)
doc/src/sgml/config.sgml

index e492a1fc2f5dab8d4e1a865ac8fc70c8b6e6fc06..f49ee28259c80e311f027fddbe17842ee86991fd 100644 (file)
@@ -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
    
 
    
-    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.