diff options
author | Bruce Momjian <bruce@momjian.us> | 2025-02-21 13:03:29 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2025-02-21 13:03:29 -0500 |
commit | 69c45eccea3b7d865321323813e57fe420c4757c (patch) | |
tree | 9fbf5c9a3c285432f4495cef01bd03ba7ba325b7 | |
parent | 0f7c0fb59cb71e1ecd45c6892ab184fefbfde8be (diff) |
doc: clarify default checksum behavior in non-master branches
Also simplify and correct data checksum wording in master now that it is
the default. PG 13 did not have the awkward wording.
Reported-by: Felix <afripowered@gmail.com>
Reviewed-by: Laurenz Albe
Discussion: https://postgr.es/m/173928241056.707.3989867022954178032@wrigleys.postgresql.org
Backpatch-through: 14
-rw-r--r-- | doc/src/sgml/wal.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index e7f409ddd64..dc3c061256d 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -246,7 +246,7 @@ </para> <para> - Checksums are normally enabled when the cluster is initialized using <link + Checksums can be enabled when the cluster is initialized using <link linkend="app-initdb-data-checksums"><application>initdb</application></link>. They can also be enabled or disabled at a later time as an offline operation. Data checksums are enabled or disabled at the full cluster |