diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 601aa3afb8e..0fad34da6eb 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -18,6 +18,8 @@ Setting Parameters + GUC + Parameter Names and Values diff --git a/doc/src/sgml/glossary.sgml b/doc/src/sgml/glossary.sgml index a76cf5c383f..e2db5bcc78c 100644 --- a/doc/src/sgml/glossary.sgml +++ b/doc/src/sgml/glossary.sgml @@ -912,6 +912,23 @@ + + GUC + + + Based on a short-hand for Grand Unified Configuration, the subsystem + which controls server configuration, it is now a commonly used term + for the individual configuration parameters themselves. Typically meant + to refer to user settable parameters, it can also refer to internal or + build-time parameters. + + + For information on working with configuration parameters, see + . + + + + Heap