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 1tUyN4-004I6E-0v for pgsql-hackers@arkaria.postgresql.org; Tue, 07 Jan 2025 01:27:02 +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 1tUyN3-00FWXn-A3 for pgsql-hackers@arkaria.postgresql.org; Tue, 07 Jan 2025 01:27:00 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tUyN2-00FWXb-Re for pgsql-hackers@lists.postgresql.org; Tue, 07 Jan 2025 01:27:00 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tUyN0-000FQ8-0P for pgsql-hackers@postgresql.org; Tue, 07 Jan 2025 01:26:59 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 5071QvRx1373019; Mon, 6 Jan 2025 20:26:57 -0500 From: Tom Lane To: Melanie Plageman cc: Pg Hackers Subject: Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section In-reply-to: References: Comments: In-reply-to Melanie Plageman message dated "Mon, 06 Jan 2025 19:12:53 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1373017.1736213217.1@sss.pgh.pa.us> Date: Mon, 06 Jan 2025 20:26:57 -0500 Message-ID: <1373018.1736213217@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Melanie Plageman writes: > I was reviewing all the vacuum related GUCs, and I noticed that they > fall into three main subsections of Chapter 19 (Server Configuration) > in the docs [1]: Automatic Vacuuming [2], Resource Consumption [3], > and Client Connection Defaults [4]. The last one I find pretty > confusing. Yeah, it's a mess. It sounds good to consolidate all of those under a top-level Vacuuming section. regards, tom lane