mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Docs: Fix various mistakes and typos
Author: Justin Pryzby Discussion: https://postgr.es/m/20220411020336.GB26620@telsasoft.com
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user