aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/postgres-fdw.sgml
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-04-09 13:53:07 +0900
committerMichael Paquier <michael@paquier.xyz>2021-04-09 13:53:07 +0900
commit609b0652af00374b89411ea2613fd5bb92bca92c (patch)
treef21a820ed35b1ce3c67f2a9da1b5618f805ecea2 /doc/src/sgml/postgres-fdw.sgml
parent796092fb84c08162ae803e83a13aa8bd6d9b23d0 (diff)
downloadpostgresql-609b0652af00374b89411ea2613fd5bb92bca92c.tar.gz
postgresql-609b0652af00374b89411ea2613fd5bb92bca92c.zip
Fix typos and grammar in documentation and code comments
Comment fixes are applied on HEAD, and documentation improvements are applied on back-branches where needed. Author: Justin Pryzby Discussion: https://postgr.es/m/20210408164008.GJ6592@telsasoft.com Backpatch-through: 9.6
Diffstat (limited to 'doc/src/sgml/postgres-fdw.sgml')
-rw-r--r--doc/src/sgml/postgres-fdw.sgml9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml
index fd349569369..5320accf6f4 100644
--- a/doc/src/sgml/postgres-fdw.sgml
+++ b/doc/src/sgml/postgres-fdw.sgml
@@ -551,8 +551,9 @@ OPTIONS (ADD password_required 'false');
<title>Connection Management Options</title>
<para>
- By default all the open connections that <filename>postgres_fdw</filename>
- established to the foreign servers are kept in local session for re-use.
+ By default, all connections that <filename>postgres_fdw</filename>
+ establishes to foreign servers are kept open in the local session
+ for re-use.
</para>
<variablelist>
@@ -562,11 +563,11 @@ OPTIONS (ADD password_required 'false');
<listitem>
<para>
This option controls whether <filename>postgres_fdw</filename> keeps
- the connections to the foreign server open so that the subsequent
+ the connections to the foreign server open so that subsequent
queries can re-use them. It can only be specified for a foreign server.
The default is <literal>on</literal>. If set to <literal>off</literal>,
all connections to this foreign server will be discarded at the end of
- transaction.
+ each transaction.
</para>
</listitem>
</varlistentry>