diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-04-10 11:18:39 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-04-10 11:18:39 +0900 |
commit | dd0f37eccecc2db5c0ffafefbf697a2c916e8bc3 (patch) | |
tree | b95a1aa4d072068633f3f022a88180780d386015 /doc/src/sgml/ref/pg_validatebackup.sgml | |
parent | e083fa34ced0d53807a57482048bb4c135c3d006 (diff) | |
download | postgresql-dd0f37eccecc2db5c0ffafefbf697a2c916e8bc3.tar.gz postgresql-dd0f37eccecc2db5c0ffafefbf697a2c916e8bc3.zip |
Fix collection of typos and grammar mistakes in the tree
This fixes some comments and documentation new as of Postgres 13.
Author: Justin Pryzby
Discussion: https://postgr.es/m/20200408165653.GF2228@telsasoft.com
Diffstat (limited to 'doc/src/sgml/ref/pg_validatebackup.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_validatebackup.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_validatebackup.sgml b/doc/src/sgml/ref/pg_validatebackup.sgml index 20d445efb8d..5c626200f68 100644 --- a/doc/src/sgml/ref/pg_validatebackup.sgml +++ b/doc/src/sgml/ref/pg_validatebackup.sgml @@ -41,7 +41,7 @@ PostgreSQL documentation </para> <para> - It is important to note that that the validation which is performed by + It is important to note that the validation which is performed by <application>pg_validatebackup</application> does not and can not include every check which will be performed by a running server when attempting to make use of the backup. Even if you use this tool, you should still @@ -73,7 +73,7 @@ PostgreSQL documentation a <literal>backup_manifest</literal> file in the target directory or about anything inside <literal>pg_wal</literal>, even though these files won't be listed in the backup manifest. Only files are checked; - the presence or absence or directories is not verified, except + the presence or absence of directories is not verified, except indirectly: if a directory is missing, any files it should have contained will necessarily also be missing. </para> |