Skip to content

Commit 8f3c06c

Browse files
committed
Doc: Fix some spelling mistakes
Author: Daniel Gustafsson Discussion: https://postgr.es/m/[email protected]
1 parent 8bdb36a commit 8f3c06c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/sgml/postgres-fdw.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ OPTIONS (ADD password_required 'false');
386386
<filename>postgres_fdw</filename> supports asynchronous execution, which
387387
runs multiple parts of an <structname>Append</structname> node
388388
concurrently rather than serially to improve performance.
389-
This execution can be controled using the following option:
389+
This execution can be controlled using the following option:
390390
</para>
391391

392392
<variablelist>

doc/src/sgml/ref/analyze.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ ANALYZE [ VERBOSE ] [ <replaceable class="parameter">table_and_columns</replacea
255255
in addition, it will recurse into each partition and update its statistics.
256256
(However, in multi-level partitioning scenarios, each leaf partition
257257
will only be analyzed once.)
258-
By constrast, if the table being analyzed has inheritance children,
258+
By contrast, if the table being analyzed has inheritance children,
259259
<command>ANALYZE</command> will gather statistics for it twice:
260260
once on the rows of the parent table only, and a second time on the
261261
rows of the parent table with all of its children. This second set of

doc/src/sgml/ref/pg_amcheck.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ PostgreSQL documentation
290290
or <literal>--relation</literal> matches no objects, it is a fatal
291291
error. This option downgrades that error to a warning.
292292
If this option is used with <literal>--quiet</literal>, the warning
293-
will be supressed as well.
293+
will be suppressed as well.
294294
</para>
295295
</listitem>
296296
</varlistentry>

0 commit comments

Comments
 (0)