diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-09-07 14:34:59 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-09-07 14:34:59 +0900 |
commit | f0942b1327e8fa32b38a02eaff627c16b517c3f9 (patch) | |
tree | 097a7308d2fa12a13fb35aca2b59fdf58e619139 | |
parent | 58b5ae9d62bdd44879c6f9a570849903ccd6cd66 (diff) | |
download | postgresql-f0942b1327e8fa32b38a02eaff627c16b517c3f9.tar.gz postgresql-f0942b1327e8fa32b38a02eaff627c16b517c3f9.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.sgml | 4 |
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> |