From 4def50eba99e0a7e9b4c09fa3e33209d6d6fb834 Mon Sep 17 00:00:00 2001
From: Etsuro Fujita
Date: Wed, 26 Apr 2023 20:15:00 +0900
Subject: doc: Fix grammar.
---
doc/src/sgml/postgres-fdw.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/src/sgml/postgres-fdw.sgml')
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');
parallel_abort (boolean)
- This option controls whether postgres_fdw aborts
- in parallel remote transactions opened on a foreign server in a local
+ This option controls whether postgres_fdw 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
--
cgit v1.2.3