diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-04-12 13:03:09 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-04-12 13:03:09 +0900 |
commit | 644b848f50ef75430c0134654f86e8234691e390 (patch) | |
tree | 8e55dde3fbefb45076e5bc0f5040a6bb0114a3a8 /doc/src/sgml/postgres-fdw.sgml | |
parent | a923e21631a29dc8b8781d7d02b5003d0df64ca3 (diff) | |
download | postgresql-644b848f50ef75430c0134654f86e8234691e390.tar.gz postgresql-644b848f50ef75430c0134654f86e8234691e390.zip |
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
Diffstat (limited to 'doc/src/sgml/postgres-fdw.sgml')
-rw-r--r-- | doc/src/sgml/postgres-fdw.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
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 <filename>postgres_fdw</filename> 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: </para> @@ -525,8 +525,8 @@ OPTIONS (ADD password_required 'false'); <term><literal>parallel_commit</literal> (<type>boolean</type>)</term> <listitem> <para> - This option controls whether <filename>postgres_fdw</filename> commits - in parallel remote transactions opened on a foreign server in a local + This option controls whether <filename>postgres_fdw</filename> 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 |