1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-26 09:41:40 +03:00

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 <rob@xzilla.net>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/CABV9wwPQnkeo_G6-orMGnHPK9SXGVWm7ajJPzsbE6944tDx=hQ@mail.gmail.com
This commit is contained in:
Fujii Masao
2026-01-07 13:58:07 +09:00
parent 466347ad28
commit 0a7c37b847
2 changed files with 19 additions and 0 deletions

View File

@@ -18,6 +18,8 @@
<sect1 id="config-setting">
<title>Setting Parameters</title>
<indexterm><primary>GUC</primary></indexterm>
<sect2 id="config-setting-names-values">
<title>Parameter Names and Values</title>

View File

@@ -912,6 +912,23 @@
</glossdef>
</glossentry>
<glossentry id="glossary-guc">
<glossterm>GUC</glossterm>
<glossdef>
<para>
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.
</para>
<para>
For information on working with configuration parameters, see
<xref linkend="config-setting"/>.
</para>
</glossdef>
</glossentry>
<glossentry id="glossary-heap">
<glossterm>Heap</glossterm>
<glossdef>