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 1tVULy-008tvp-Rm for pgsql-hackers@arkaria.postgresql.org; Wed, 08 Jan 2025 11:36:03 +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 1tVULx-00HTZu-Un for pgsql-hackers@arkaria.postgresql.org; Wed, 08 Jan 2025 11:36:01 +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 1tVULx-00HTZd-H1 for pgsql-hackers@lists.postgresql.org; Wed, 08 Jan 2025 11:36:01 +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 1tVULu-000WUb-03 for pgsql-hackers@postgresql.org; Wed, 08 Jan 2025 11:36:00 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 13CA81CD0DA for ; Wed, 08 Jan 2025 12:35:58 +0100 (CET) Received: from s899.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 04F321CFA90; Wed, 08 Jan 2025 12:35:58 +0100 (CET) Received: from s474.loopia.se (unknown [172.22.191.5]) by s899.loopia.se (Postfix) with ESMTP id 02C392C8BA5B; Wed, 08 Jan 2025 12:35:58 +0100 (CET) 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 LMTP id SnkR-LO6OJd3; Wed, 8 Jan 2025 12:35:57 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s980.loopia.se (Postfix) with ESMTPSA id 7CA3B2201613; Wed, 08 Jan 2025 12:35:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1736336157; bh=nRVwJETjsqCUjeStaiNX1JsQPFINi8z8FKyq8ah2BSo=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=qYmviPPNK6krUCEZfpWha3lj85DlNmel5tM9ow6bnpF0ho47Ur5Yz+WO+cxeHFIr4 sQ5zr/sD2fUgHGYy1E67SkDkHT6rdRk6GHcbvhQShDFFvYFkGFPKQy+YPnfko/cKP2 ffjp1gJ9ilqrm8dGnQVaRj7k4YiKgC8W3ut0X+Sz5AoyVy0Zl+LthiEuat7UNYblKF RbImaIRc1qMAMMjPPptUor6RdO8X6kOsvbS/WVcsIzz4u9USi95lJ790SmKWnRATqF u34upyVuWprUgr9FBxm0cnaOsIf8NRxzZ449KGqYLJEDNCWa4TIqNLm+wjlVYGOVdJ JZgPsKHsBLEEg== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.1\)) Subject: Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section From: Daniel Gustafsson In-Reply-To: <1506012.1736280876@sss.pgh.pa.us> Date: Wed, 8 Jan 2025 12:35:47 +0100 Cc: Nathan Bossart , Melanie Plageman , PostgreSQL Hackers Content-Transfer-Encoding: quoted-printable Message-Id: <5D7C9564-6FB3-4726-B02B-F917D36CA5E8@yesql.se> References: <1373018.1736213217@sss.pgh.pa.us> <1506012.1736280876@sss.pgh.pa.us> To: Tom Lane X-Mailer: Apple Mail (2.3776.700.51.11.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 7 Jan 2025, at 21:14, Tom Lane wrote: > I might be wrong, but I had the idea that our docs website has a > capability to provide such redirects. You'd probably need to ask > about that on the pgsql-www list, unless somebody who knows the > answer notices this thread. There is functionality in pgweb to provide a page alias for whenever a = page is renamed to keep the links to other versions working. One example is: https://www.postgresql.org/docs/9.4/catalog-pg-replication-slots.html https://www.postgresql.org/docs/17/view-pg-replication-slots.html There is also a redirect functionality, which isn't used anywhere right = now, but ideally could be used to redirect bookmarks for /current/ = to /current/. -- Daniel Gustafsson