Re: pg_checksums docs mentioning online functions
Bruce Momjian <bruce@momjian.us>
From: Bruce Momjian <bruce@momjian.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: PostgreSQL-documentation <pgsql-docs@lists.postgresql.org>
Date: 2026-06-04T21:08:26Z
Lists: pgsql-docs
On Thu, Jun 4, 2026 at 10:39:53PM +0200, Daniel Gustafsson wrote: > > On 4 Jun 2026, at 22:12, Bruce Momjian <bruce@momjian.us> wrote: > > > My big issue is that we explain the limitation of pg_checksums, but > > don't point readers at the tool that doesn't have that offline > > restriction. I think we need that explicitly mentioned, and at the top. > > How about something like the attached? Looks good, just one suggestion: > + When enabling checksums with <application>pg_checksums</application>, if > + checksums were in the process of being enabled using > + <xref linkend="checksums-online-enable-disable"/> when the cluster was shut > + down, <application>pg_checksums</application> will still process all relation > + files regardless of progress of the online processing. ... pg_checksums will still process all relation files regardless of the progress of online checksum processing. ------------------------------- I think this idea is complex enough that we have to clearly state "online _checksum_ processing." -- Bruce Momjian <bruce@momjian.us> https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.
Commits
-
doc: Mention online checksum enabling in pg_checksums docs
- 4ae3e98c02cf 19 (unreleased) landed