diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-07-13 14:43:29 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-07-13 14:43:29 +0900 |
commit | 170d11b8e7cb9df96a7ee0b8140d28536d55fe3e (patch) | |
tree | 11bd2c7128c7f1be997387f082b2f4e300116676 /doc/src/sgml/ref/pg_checksums.sgml | |
parent | 5b51bbfbd52a444a490247e66751d6a47d2ba7dd (diff) | |
download | postgresql-170d11b8e7cb9df96a7ee0b8140d28536d55fe3e.tar.gz postgresql-170d11b8e7cb9df96a7ee0b8140d28536d55fe3e.zip |
Fix and improve several places in the docs
This adds some missing markups, fixes a couple of incorrect ones and
clarifies some documentation in various places.
Author: Liudmila Mantrova
Discussion: https://postgr.es/m/a068f947-7a51-5df1-b3fd-1a131ae5c044@postgrespro.ru
Backpatch-through: 12
Diffstat (limited to 'doc/src/sgml/ref/pg_checksums.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_checksums.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_checksums.sgml b/doc/src/sgml/ref/pg_checksums.sgml index 33706d1d97a..162bafdb331 100644 --- a/doc/src/sgml/ref/pg_checksums.sgml +++ b/doc/src/sgml/ref/pg_checksums.sgml @@ -120,7 +120,7 @@ PostgreSQL documentation to be written safely to disk. This option causes <command>pg_checksums</command> to return without waiting, which is faster, but means that a subsequent operating system crash can leave - the updated data folder corrupt. Generally, this option is useful + the updated data directory corrupt. Generally, this option is useful for testing but should not be used on a production installation. This option has no effect when using <literal>--check</literal>. </para> |