diff options
author | David Rowley | 2022-04-11 08:48:48 +0000 |
---|---|---|
committer | David Rowley | 2022-04-11 08:48:48 +0000 |
commit | bba3c35b29d07a27bbf5dd0d7d5e7c7592e02f81 (patch) | |
tree | b58eb7ce6523815de070f823c4eb902f31bac719 /doc/src/sgml/postgres-fdw.sgml | |
parent | 7597cc3083f8b3607123f71bc6432afc5a655d6e (diff) |
Docs: Fix various mistakes and typos
Author: Justin Pryzby
Discussion: https://postgr.es/m/20220411020336.GB26620@telsasoft.com
Diffstat (limited to 'doc/src/sgml/postgres-fdw.sgml')
-rw-r--r-- | doc/src/sgml/postgres-fdw.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index d8dc7155874..1901736e600 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -491,7 +491,7 @@ OPTIONS (ADD password_required 'false'); <para> For a foreign server with this option enabled, if many remote (sub)transactions are opened on the foreign server in a local - (sub)transaction, this option might increase the remote server’s load + (sub)transaction, this option might increase the remote server's load when the local (sub)transaction commits, so be careful when using this option. </para> @@ -1040,7 +1040,7 @@ postgres=# SELECT postgres_fdw_disconnect_all(); <row> <entry><literal>%C</literal></entry> <entry> - Cluster name in local server + Cluster name on local server (see <xref linkend="guc-cluster-name"/> for details) </entry> </row> |