diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-05-07 11:05:19 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-05-07 11:05:19 -0400 |
commit | a43a4509f8a9249ba6c2734596c029f0430a75bc (patch) | |
tree | 940ba76ca0f66029fbf1d0e8e190daf86bdc5a80 /doc/src | |
parent | baf21b922a18c2809068238503ebb3797994e615 (diff) |
doc: Improve spelling and wording a bit
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index b405e49fe3b..ffea744cb8c 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -3033,17 +3033,17 @@ include_dir 'conf.d' These settings control the behavior of the built-in <firstterm>streaming replication</firstterm> feature (see <xref linkend="streaming-replication"/>). Servers will be either a - Master or a Standby server. Masters can send data, while Standby(s) + master or a standby server. Masters can send data, while standbys are always receivers of replicated data. When cascading replication - (see <xref linkend="cascading-replication"/>) is used, Standby server(s) + (see <xref linkend="cascading-replication"/>) is used, standby servers can also be senders, as well as receivers. - Parameters are mainly for Sending and Standby servers, though some - parameters have meaning only on the Master server. Settings may vary + Parameters are mainly for sending and standby servers, though some + parameters have meaning only on the master server. Settings may vary across the cluster without problems if that is required. </para> <sect2 id="runtime-config-replication-sender"> - <title>Sending Server(s)</title> + <title>Sending Servers</title> <para> These parameters can be set on any server that is |