-
+
Server Configuration
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.