Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6ba77bc

Browse files
Minor doc additions for cascading replication.
1 parent 4bd8ed3 commit 6ba77bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/src/sgml/config.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2095,7 +2095,7 @@ SET ENABLE_SEQSCAN TO OFF;
20952095
to send replication data to one or more standby servers.
20962096
Note that in addition to these parameters,
20972097
<xref linkend="guc-wal-level"> must be set appropriately on the master
2098-
server, and may also want to enable WAL archiving as
2098+
server, and optionally WAL archiving can be enabled as
20992099
well (see <xref linkend="runtime-config-wal-archiving">).
21002100
The values of these parameters on standby servers are irrelevant,
21012101
although you may wish to set them there in preparation for the

doc/src/sgml/monitoring.sgml

+2-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
314314
The client's host name will be available only if
315315
<xref linkend="guc-log-hostname"> is set or if the user's host name
316316
needed to be looked up during <filename>pg_hba.conf</filename>
317-
processing.
317+
processing. Only directly connected standbys are listed; no information
318+
about downstream standby servers is recorded.
318319
</entry>
319320
</row>
320321

0 commit comments

Comments
 (0)