Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtsuro Fujita2023-04-26 11:15:00 +0000
committerEtsuro Fujita2023-04-26 11:15:00 +0000
commit4def50eba99e0a7e9b4c09fa3e33209d6d6fb834 (patch)
tree57158a901d1abf1602997ba106cb2bc5c51e0496 /doc/src/sgml/postgres-fdw.sgml
parenta4c17c86176cfa712f541b81b2a026ae054b275e (diff)
doc: Fix grammar.
Diffstat (limited to 'doc/src/sgml/postgres-fdw.sgml')
-rw-r--r--doc/src/sgml/postgres-fdw.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml
index b9a5b0eac81..5062d712e74 100644
--- a/doc/src/sgml/postgres-fdw.sgml
+++ b/doc/src/sgml/postgres-fdw.sgml
@@ -540,8 +540,8 @@ OPTIONS (ADD password_required 'false');
<term><literal>parallel_abort</literal> (<type>boolean</type>)</term>
<listitem>
<para>
- This option controls whether <filename>postgres_fdw</filename> aborts
- 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
transaction when the local transaction is aborted. This setting also
applies to remote and local subtransactions. This option can only be
specified for foreign servers, not per-table. The default is