summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtsuro Fujita <efujita@postgresql.org>2023-04-26 20:15:00 +0900
committerEtsuro Fujita <efujita@postgresql.org>2023-04-26 20:15:00 +0900
commit4def50eba99e0a7e9b4c09fa3e33209d6d6fb834 (patch)
tree57158a901d1abf1602997ba106cb2bc5c51e0496
parenta4c17c86176cfa712f541b81b2a026ae054b275e (diff)
downloadpostgresql-4def50eba99e0a7e9b4c09fa3e33209d6d6fb834.tar.gz
doc: Fix grammar.
-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 b9a5b0eac8..5062d712e7 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