mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
doc: Fix some typos and grammar
This is a first batch of the fixes, for the most obvious fixes. A little bit more is under discussion. Author: Thom Brown, Justin Pryzby Discussion: https://postgr.es/m/CAA-aLv7xCZ0nBJa-NWe0rxBB28TjFjS2JtjiZMoQ+0wsugG+hQ@mail.gmail.com
This commit is contained in:
@@ -515,7 +515,7 @@ OPTIONS (ADD password_required 'false');
|
||||
When multiple remote subtransactions are involved in the current local
|
||||
subtransaction, by default <filename>postgres_fdw</filename> commits or
|
||||
aborts those remote subtransactions serially when the local subtransaction
|
||||
is committed or abortd.
|
||||
is committed or aborted.
|
||||
Performance can be improved with the following options:
|
||||
</para>
|
||||
|
||||
@@ -525,8 +525,8 @@ OPTIONS (ADD password_required 'false');
|
||||
<term><literal>parallel_commit</literal> (<type>boolean</type>)</term>
|
||||
<listitem>
|
||||
<para>
|
||||
This option controls whether <filename>postgres_fdw</filename> commits
|
||||
in parallel remote transactions opened on a foreign server in a local
|
||||
This option controls whether <filename>postgres_fdw</filename> commits,
|
||||
in parallel, remote transactions opened on a foreign server in a local
|
||||
transaction when the local transaction is committed. This setting also
|
||||
applies to remote and local subtransactions. This option can only be
|
||||
specified for foreign servers, not per-table. The default is
|
||||
|
Reference in New Issue
Block a user