Skip to content

Commit 2fbc411

Browse files
Etsuro Fujitapull[bot]
authored andcommitted
doc: Fix grammar.
1 parent d2d4bb7 commit 2fbc411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/postgres-fdw.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,8 @@ OPTIONS (ADD password_required 'false');
540540
<term><literal>parallel_abort</literal> (<type>boolean</type>)</term>
541541
<listitem>
542542
<para>
543-
This option controls whether <filename>postgres_fdw</filename> aborts
544-
in parallel remote transactions opened on a foreign server in a local
543+
This option controls whether <filename>postgres_fdw</filename> aborts,
544+
in parallel, remote transactions opened on a foreign server in a local
545545
transaction when the local transaction is aborted. This setting also
546546
applies to remote and local subtransactions. This option can only be
547547
specified for foreign servers, not per-table. The default is

0 commit comments

Comments
 (0)