*** pgsql/doc/src/sgml/config.sgml 2008/11/21 19:42:12 1.197 --- pgsql/doc/src/sgml/config.sgml 2008/11/21 20:21:59 1.198 *************** *** 1,4 **** ! Server Configuration --- 1,4 ---- ! Server Configuration *************** *** 32,38 **** 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, a different unit can also be specified explicitly. Valid memory units are kB (kilobytes), MB (megabytes), and GB (gigabytes); valid time units --- 32,39 ---- 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 ! 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,52 **** ! 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. --- 44,54 ---- ! 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.