summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rowley2021-06-04 11:39:40 +0000
committerDavid Rowley2021-06-04 11:39:40 +0000
commit8f3c06c5d56fc0fa414bcf548860ac50a8fe5982 (patch)
tree31fca476ff96bc2a2282f3abe80020b3309a4f17
parent8bdb36aab287f564eac534878bc0e1d873a4e3db (diff)
Doc: Fix some spelling mistakes
Author: Daniel Gustafsson Discussion: https://postgr.es/m/[email protected]
-rw-r--r--doc/src/sgml/postgres-fdw.sgml2
-rw-r--r--doc/src/sgml/ref/analyze.sgml2
-rw-r--r--doc/src/sgml/ref/pg_amcheck.sgml2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml
index fb87372bde1..65171841c94 100644
--- a/doc/src/sgml/postgres-fdw.sgml
+++ b/doc/src/sgml/postgres-fdw.sgml
@@ -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>
diff --git a/doc/src/sgml/ref/analyze.sgml b/doc/src/sgml/ref/analyze.sgml
index 0879004b845..176c7cb2256 100644
--- a/doc/src/sgml/ref/analyze.sgml
+++ b/doc/src/sgml/ref/analyze.sgml
@@ -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
diff --git a/doc/src/sgml/ref/pg_amcheck.sgml b/doc/src/sgml/ref/pg_amcheck.sgml
index 04667e9002d..46d12110b19 100644
--- a/doc/src/sgml/ref/pg_amcheck.sgml
+++ b/doc/src/sgml/ref/pg_amcheck.sgml
@@ -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>