From bba3c35b29d07a27bbf5dd0d7d5e7c7592e02f81 Mon Sep 17 00:00:00 2001
From: David Rowley
Date: Mon, 11 Apr 2022 20:48:48 +1200
Subject: Docs: Fix various mistakes and typos
Author: Justin Pryzby
Discussion: https://postgr.es/m/20220411020336.GB26620@telsasoft.com
---
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 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');
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.
@@ -1040,7 +1040,7 @@ postgres=# SELECT postgres_fdw_disconnect_all();
%C
- Cluster name in local server
+ Cluster name on local server
(see for details)
--
cgit v1.2.3