File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments