File tree 2 files changed +3
-2
lines changed
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;
2095
2095
to send replication data to one or more standby servers.
2096
2096
Note that in addition to these parameters,
2097
2097
<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
2099
2099
well (see <xref linkend="runtime-config-wal-archiving">).
2100
2100
The values of these parameters on standby servers are irrelevant,
2101
2101
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
314
314
The client's host name will be available only if
315
315
<xref linkend="guc-log-hostname"> is set or if the user's host name
316
316
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.
318
319
</entry>
319
320
</row>
320
321
You can’t perform that action at this time.
0 commit comments