We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c17c8 commit 4def50eCopy full SHA for 4def50e
doc/src/sgml/postgres-fdw.sgml
@@ -540,8 +540,8 @@ OPTIONS (ADD password_required 'false');
540
<term><literal>parallel_abort</literal> (<type>boolean</type>)</term>
541
<listitem>
542
<para>
543
- This option controls whether <filename>postgres_fdw</filename> aborts
544
- in parallel remote transactions opened on a foreign server in a local
+ This option controls whether <filename>postgres_fdw</filename> aborts,
+ in parallel, remote transactions opened on a foreign server in a local
545
transaction when the local transaction is aborted. This setting also
546
applies to remote and local subtransactions. This option can only be
547
specified for foreign servers, not per-table. The default is
0 commit comments