From 4349ceb7f94a166d4274b054f580be92bc26808c Mon Sep 17 00:00:00 2001 From: Robert Treat Date: Tue, 12 Aug 2025 19:05:02 -0400 Subject: [PATCH v2 2/2] GUC is a pretty common term, which currently only shows up in acronym, and #7 search term on website, so add index and glossary entries. Content-Type: text/plain; charset="utf-8" --- 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 cdfe8e376f0..755a6e19af7 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 -- 2.24.3 (Apple Git-128)