aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-09-07 14:35:13 +0900
committerMichael Paquier <michael@paquier.xyz>2020-09-07 14:35:13 +0900
commitb7cf9e42ac2d4b153eb781195ebf369d4b8b566e (patch)
treeaaf7ed8188110ed078eeb8153ddbb8322bec1500
parenta82919afe26ad93a135aa5f017a3f31ec5a6547a (diff)
downloadpostgresql-b7cf9e42ac2d4b153eb781195ebf369d4b8b566e.tar.gz
postgresql-b7cf9e42ac2d4b153eb781195ebf369d4b8b566e.zip
doc: Tweak sentence for pg_checksums when enabling checksums
The previous version of the docs mentioned that files are rewritten, implying that a second copy of each file gets created, but each file is updated in-place. Author: Michael Banck Reviewed-by: Daniel Gustafsson, Michael Paquier Discussion: https://postgr.es/m/858086b6a42fb7d17995b6175856f7e7ec44d0a2.camel@credativ.de Backpatch-through: 12
-rw-r--r--doc/src/sgml/ref/pg_checksums.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_checksums.sgml b/doc/src/sgml/ref/pg_checksums.sgml
index 8e7807f86bd..1dd4e54ff11 100644
--- a/doc/src/sgml/ref/pg_checksums.sgml
+++ b/doc/src/sgml/ref/pg_checksums.sgml
@@ -47,8 +47,8 @@ PostgreSQL documentation
<para>
When verifying checksums, every file in the cluster is scanned. When
- enabling checksums, every file in the cluster is rewritten. Disabling
- checksums only updates the file <filename>pg_control</filename>.
+ enabling checksums, every file in the cluster is rewritten in-place.
+ Disabling checksums only updates the file <filename>pg_control</filename>.
</para>
</refsect1>