From 97fc33cf41f1897b72d5c420cb4530aa159c3b3c Mon Sep 17 00:00:00 2001 From: Lisa Owen Date: Tue, 9 Jan 2018 17:41:47 -0700 Subject: [PATCH] docs - identify enum type support for GUCs (#4248) --- gpdb-doc/dita/ref_guide/config_params/guc_config.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gpdb-doc/dita/ref_guide/config_params/guc_config.xml b/gpdb-doc/dita/ref_guide/config_params/guc_config.xml index 1b703ea89c..1c195457e6 100644 --- a/gpdb-doc/dita/ref_guide/config_params/guc_config.xml +++ b/gpdb-doc/dita/ref_guide/config_params/guc_config.xml @@ -21,11 +21,14 @@ Parameter Types and Values -

All parameter names are case-insensitive. Every parameter takes a value of one of four - types: Boolean, integer, floating point, - or string. Boolean values may be written as ON, +

All parameter names are case-insensitive. Every parameter takes a value of one of the + following types: Boolean, integer, floating point, + enum, or string.

+

Boolean values may be specified as ON, OFF, TRUE, FALSE, YES, NO, 1, 0 (all case-insensitive).

+

Enum-type parameters are specified in the same manner as string parameters, but are + restricted to a limited set of values. Enum parameter values are case-insensitive.

Some settings specify a memory size or time value. Each of these has an implicit unit, which is either kilobytes, blocks (typically eight kilobytes), milliseconds, seconds, or minutes. Valid memory size units are kB (kilobytes), MB -- GitLab