Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1um6Sl-009yh5-Uj for pgsql-docs@arkaria.postgresql.org; Wed, 13 Aug 2025 08:04:00 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1um6Sk-00DTLJ-6c for pgsql-docs@arkaria.postgresql.org; Wed, 13 Aug 2025 08:03:58 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1um6Sj-00DTLB-VS for pgsql-docs@lists.postgresql.org; Wed, 13 Aug 2025 08:03:58 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1um6Sh-000Uvb-23 for pgsql-docs@lists.postgresql.org; Wed, 13 Aug 2025 08:03:57 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 75765408779 for ; Wed, 13 Aug 2025 10:03:54 +0200 (CEST) Received: from s981.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 6647340A00A; Wed, 13 Aug 2025 10:03:54 +0200 (CEST) Received: from s474.loopia.se (unknown [172.22.191.5]) by s981.loopia.se (Postfix) with ESMTP id 64A7D22B1792; Wed, 13 Aug 2025 10:03:54 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s474.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s980.loopia.se ([172.22.191.6]) by s474.loopia.se (s474.loopia.se [172.22.190.14]) (amavisd-new, port 10024) with UTF8LMTP id B8YRExZ4bKf5; Wed, 13 Aug 2025 10:03:54 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s980.loopia.se (Postfix) with ESMTPSA id DB6E522016A7; Wed, 13 Aug 2025 10:03:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1755072233; bh=VTzTXFhY1UFU4h9o8z8047wgnl/rx3D8rhUNPxu184A=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=aCQl+fD8jvZ9nQnjuRqw56oN5jpsA+1XavCmhPjoBFvva5+0pqHHL0wEAr5dw/b+f 4FyCHenlgzRsbLdP4N9SgLH4tmW7VMpDCZLDS3GlGC5XOU3u69fDi7VP8Hja8apodC lhrOlsUB+D9lvC+Qq4GdNXaBmMTHceE3u6pArI+KOtndPM52tgHK9DG9TqLHXMqMSv uQFtPvrUghsKfAh/sS3rgA3P0B6wZ1mtfYExFyheJAGWI6XTzVaSTav2U4gjTLSxTo BqCvymiG3JpVPugr9wgmW21N4m2iSUyOE1CKEIKWJ91ud5gF+Ljt65GmF5S/pJRMya dUmAR89kSHqXg== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: Index / glossary adjustments for Git & GUC From: Daniel Gustafsson In-Reply-To: Date: Wed, 13 Aug 2025 10:03:43 +0200 Cc: pgsql-docs@lists.postgresql.org Content-Transfer-Encoding: 7bit Message-Id: References: To: Robert Treat X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 13 Aug 2025, at 01:16, Robert Treat wrote: > The first patch removes the term "Git" from the acronyms section and > instead creates an index entry that points to our source repository > information. This was previously discussed in this thread: https://postgr.es/m/8241CED6-F408-4660-A1AA-F3393AA26219%40yesql.se > For the second, ISTM we use the term GUC to refer to parameters pretty > liberally, but the term is not that easy to find in the docs (and > website search gives what is probably the best answer as result #7 of > 8). This creates an index entry for the term, as well as a glossary > entry which explains how it is commonly used. This seems like a good idea. -- Daniel Gustafsson