From 644b848f50ef75430c0134654f86e8234691e390 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 12 Apr 2023 13:03:09 +0900 Subject: doc: Fix some typos and grammar This is a first batch of the fixes, for the most obvious fixes. A little bit more is under discussion. Author: Thom Brown, Justin Pryzby Discussion: https://postgr.es/m/CAA-aLv7xCZ0nBJa-NWe0rxBB28TjFjS2JtjiZMoQ+0wsugG+hQ@mail.gmail.com --- doc/src/sgml/postgres-fdw.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 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 9e66987cf7f..a122794df3c 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -515,7 +515,7 @@ OPTIONS (ADD password_required 'false'); When multiple remote subtransactions are involved in the current local subtransaction, by default postgres_fdw commits or aborts those remote subtransactions serially when the local subtransaction - is committed or abortd. + is committed or aborted. Performance can be improved with the following options: @@ -525,8 +525,8 @@ OPTIONS (ADD password_required 'false'); parallel_commit (boolean) - This option controls whether postgres_fdw commits - in parallel remote transactions opened on a foreign server in a local + This option controls whether postgres_fdw commits, + in parallel, remote transactions opened on a foreign server in a local transaction when the local transaction is committed. 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