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.96) (envelope-from ) id 1wVDah-001nK6-33 for pgsql-docs@arkaria.postgresql.org; Thu, 04 Jun 2026 19:18:56 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wVDaf-008I0p-1i for pgsql-docs@arkaria.postgresql.org; Thu, 04 Jun 2026 19:18:53 +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.96) (envelope-from ) id 1wVDaf-008I0h-07 for pgsql-docs@lists.postgresql.org; Thu, 04 Jun 2026 19:18:53 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wVDab-000000017Sk-3RT4 for pgsql-docs@lists.postgresql.org; Thu, 04 Jun 2026 19:18:52 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id C3FED62AC97 for ; Thu, 04 Jun 2026 21:18:45 +0200 (CEST) Received: from s899.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id B38F462AC33; Thu, 04 Jun 2026 21:18:45 +0200 (CEST) Received: from localhost (unknown [172.22.191.6]) by s899.loopia.se (Postfix) with ESMTP id B1C472C8B9E7; Thu, 04 Jun 2026 21:18:45 +0200 (CEST) X-Virus-Scanned: amavis 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 (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s899.loopia.se ([172.22.191.5]) by localhost (s474.loopia.se [172.22.190.14]) (amavis, port 10024) with LMTP id MhAZFmcup3_b; Thu, 4 Jun 2026 21:18:45 +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 s899.loopia.se (Postfix) with ESMTPSA id 366CA2C8BA4D; Thu, 04 Jun 2026 21:18:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1780600725; bh=CJrDieaPpQMT3bp7db+xb4m8H6WoSW0/cTBlw4zaNAE=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=h+wfRVxvqopu/UNv6T7EqKr6zK6vQCrFnUrt+5Zw7//BLomm2iwEf6WzLAhf82Hha dTq3Wv0y1vYSlIH+cwo8nEZDMWqCg0LeFaafs3mPJ2oJkmQmBicDlT/Bl9zIZxRHVu VIUyx+K7fwJ5cocN5I6uOoKPWCV3/EvPgMgTRKir9huHsUdTlut9JxzxqbldLWgkyB JYS7S280tSb2H1nUZjjDoMR2qyi9+BYSvcz3RabJuc/pWLVcsyFqjQ0eafEJetGiE5 aL7XNBpjIlhUmF9ofpamPw/Jdh2Fcjvz28wlFueHTZT1Jf9g/ojyEd5po8i/uj7/EU dMPsV6z2A9UUw== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.12\)) Subject: Re: pg_checksums docs mentioning online functions From: Daniel Gustafsson In-Reply-To: Date: Thu, 4 Jun 2026 21:18:34 +0200 Cc: PostgreSQL-documentation Content-Transfer-Encoding: quoted-printable Message-Id: <3E59EA84-E150-468A-A316-FC99A009D235@yesql.se> References: To: Bruce Momjian X-Mailer: Apple Mail (2.3776.700.51.11.12) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 4 Jun 2026, at 20:55, Bruce Momjian wrote: >=20 > Looking at the pg_checksums docs, it says: >=20 > pg_checksums checks, enables or disables data checksums in a > PostgreSQL cluster. The server must be shut down cleanly before > running pg_checksums. >=20 > Do we want to mention the new functions here that can change the > checksum status without being shut down? Not sure, but perhaps a link back to the main data checksums section = (which documents the online operation among other things) would be in order? Something like: --- a/doc/src/sgml/ref/pg_checksums.sgml +++ b/doc/src/sgml/ref/pg_checksums.sgml @@ -57,6 +57,10 @@ PostgreSQL documentation rewritten in-place. Disabling checksums only updates the file = pg_control. + + + For more information on data checksums, see . + -- Daniel Gustafsson