pg_checksums docs mentioning online functions

Bruce Momjian <bruce@momjian.us>

From: Bruce Momjian <bruce@momjian.us>
To: PostgreSQL-documentation <pgsql-docs@lists.postgresql.org>
Cc: Daniel Gustafsson <daniel@yesql.se>
Date: 2026-06-04T18:55:33Z
Lists: pgsql-docs
Looking at the pg_checksums docs, it says:

	pg_checksums checks, enables or disables data checksums in a
	PostgreSQL cluster. The server must be shut down cleanly before
	running pg_checksums.

Do we want to mention the new functions here that can change the
checksum status without being shut down?

-- 
  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

  1. doc: Mention online checksum enabling in pg_checksums docs