File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ OPTIONS (ADD password_required 'false');
386
386
<filename>postgres_fdw</filename> supports asynchronous execution, which
387
387
runs multiple parts of an <structname>Append</structname> node
388
388
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:
390
390
</para>
391
391
392
392
<variablelist>
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ ANALYZE [ VERBOSE ] [ <replaceable class="parameter">table_and_columns</replacea
255
255
in addition, it will recurse into each partition and update its statistics.
256
256
(However, in multi-level partitioning scenarios, each leaf partition
257
257
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,
259
259
<command>ANALYZE</command> will gather statistics for it twice:
260
260
once on the rows of the parent table only, and a second time on the
261
261
rows of the parent table with all of its children. This second set of
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ PostgreSQL documentation
290
290
or <literal>--relation</literal> matches no objects, it is a fatal
291
291
error. This option downgrades that error to a warning.
292
292
If this option is used with <literal>--quiet</literal>, the warning
293
- will be supressed as well.
293
+ will be suppressed as well.
294
294
</para>
295
295
</listitem>
296
296
</varlistentry>
You can’t perform that action at this time.
0 commit comments