mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
doc: Fix grammar.
This commit is contained in:
@ -540,8 +540,8 @@ OPTIONS (ADD password_required 'false');
|
|||||||
<term><literal>parallel_abort</literal> (<type>boolean</type>)</term>
|
<term><literal>parallel_abort</literal> (<type>boolean</type>)</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
This option controls whether <filename>postgres_fdw</filename> aborts
|
This option controls whether <filename>postgres_fdw</filename> aborts,
|
||||||
in parallel remote transactions opened on a foreign server in a local
|
in parallel, remote transactions opened on a foreign server in a local
|
||||||
transaction when the local transaction is aborted. This setting also
|
transaction when the local transaction is aborted. This setting also
|
||||||
applies to remote and local subtransactions. This option can only be
|
applies to remote and local subtransactions. This option can only be
|
||||||
specified for foreign servers, not per-table. The default is
|
specified for foreign servers, not per-table. The default is
|
||||||
|
Reference in New Issue
Block a user