aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/pg_rewind.sgml
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-07-13 14:43:29 +0900
committerMichael Paquier <michael@paquier.xyz>2019-07-13 14:43:29 +0900
commit170d11b8e7cb9df96a7ee0b8140d28536d55fe3e (patch)
tree11bd2c7128c7f1be997387f082b2f4e300116676 /doc/src/sgml/ref/pg_rewind.sgml
parent5b51bbfbd52a444a490247e66751d6a47d2ba7dd (diff)
downloadpostgresql-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_rewind.sgml')
-rw-r--r--doc/src/sgml/ref/pg_rewind.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_rewind.sgml b/doc/src/sgml/ref/pg_rewind.sgml
index 4d91eeb0ff4..52a1caa2460 100644
--- a/doc/src/sgml/ref/pg_rewind.sgml
+++ b/doc/src/sgml/ref/pg_rewind.sgml
@@ -184,7 +184,7 @@ PostgreSQL documentation
to be written safely to disk. This option causes
<command>pg_rewind</command> to return without waiting, which is
faster, but means that a subsequent operating system crash can leave
- the synchronized data folder corrupt. Generally, this option is
+ the synchronized data directory corrupt. Generally, this option is
useful for testing but should not be used when creating a production
installation.
</para>