From 0a7c37b847e239c2709db5ada78ac62e078c94d2 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Wed, 7 Jan 2026 13:58:07 +0900 Subject: [PATCH] doc: Add glossary and index entries for GUC. GUC is a commonly used term but previously appeared only in the acronym documentation. This commit adds glossary and documentation index entries for GUC to make it easier to find and understand. Author: Robert Treat Reviewed-by: Fujii Masao Discussion: https://postgr.es/m/CABV9wwPQnkeo_G6-orMGnHPK9SXGVWm7ajJPzsbE6944tDx=hQ@mail.gmail.com --- doc/src/sgml/config.sgml | 2 ++ doc/src/sgml/glossary.sgml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) 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