Doc: Fix some spelling mistakes
authorDavid Rowley <drowley@postgresql.org>
Fri, 4 Jun 2021 11:39:40 +0000 (23:39 +1200)
committerDavid Rowley <drowley@postgresql.org>
Fri, 4 Jun 2021 11:39:40 +0000 (23:39 +1200)
Author: Daniel Gustafsson
Discussion: https://postgr.es/m/7838B8EE-CFD6-48D7-AE2D-520D69FD84BD@yesql.se

doc/src/sgml/postgres-fdw.sgml
doc/src/sgml/ref/analyze.sgml
doc/src/sgml/ref/pg_amcheck.sgml

index fb87372bde1a261f2f4dd47c7108ede234e0037a..65171841c94083d073afc0b3b4e4ab5531e7c421 100644 (file)
@@ -386,7 +386,7 @@ OPTIONS (ADD password_required 'false');
     <filename>postgres_fdw</filename> supports asynchronous execution, which
     runs multiple parts of an <structname>Append</structname> node
     concurrently rather than serially to improve performance.
-    This execution can be controled using the following option:
+    This execution can be controlled using the following option:
    </para>
 
    <variablelist>
index 0879004b8457a275e77f6a546a2a78e03b6cb598..176c7cb2256b7ecc960d59c084fa02992faf65fa 100644 (file)
@@ -255,7 +255,7 @@ ANALYZE [ VERBOSE ] [ <replaceable class="parameter">table_and_columns</replacea
    in addition, it will recurse into each partition and update its statistics.
    (However, in multi-level partitioning scenarios, each leaf partition
    will only be analyzed once.)
-   By constrast, if the table being analyzed has inheritance children,
+   By contrast, if the table being analyzed has inheritance children,
    <command>ANALYZE</command> will gather statistics for it twice:
    once on the rows of the parent table only, and a second time on the
    rows of the parent table with all of its children.  This second set of
index 04667e9002d084c53edea3cfa5610a290a7100de..46d12110b19ff52809ae88c4d36bfc37ab481de2 100644 (file)
@@ -290,7 +290,7 @@ PostgreSQL documentation
        or <literal>--relation</literal> matches no objects, it is a fatal
        error. This option downgrades that error to a warning.
        If this option is used with <literal>--quiet</literal>, the warning
-       will be supressed as well.
+       will be suppressed as well.
       </para>
      </listitem>
     </varlistentry>