mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Minor doc additions for cascading replication.
This commit is contained in:
parent
4bd8ed31b7
commit
6ba77bce93
@ -2095,7 +2095,7 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
to send replication data to one or more standby servers.
|
to send replication data to one or more standby servers.
|
||||||
Note that in addition to these parameters,
|
Note that in addition to these parameters,
|
||||||
<xref linkend="guc-wal-level"> must be set appropriately on the master
|
<xref linkend="guc-wal-level"> must be set appropriately on the master
|
||||||
server, and may also want to enable WAL archiving as
|
server, and optionally WAL archiving can be enabled as
|
||||||
well (see <xref linkend="runtime-config-wal-archiving">).
|
well (see <xref linkend="runtime-config-wal-archiving">).
|
||||||
The values of these parameters on standby servers are irrelevant,
|
The values of these parameters on standby servers are irrelevant,
|
||||||
although you may wish to set them there in preparation for the
|
although you may wish to set them there in preparation for the
|
||||||
|
@ -314,7 +314,8 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
The client's host name will be available only if
|
The client's host name will be available only if
|
||||||
<xref linkend="guc-log-hostname"> is set or if the user's host name
|
<xref linkend="guc-log-hostname"> is set or if the user's host name
|
||||||
needed to be looked up during <filename>pg_hba.conf</filename>
|
needed to be looked up during <filename>pg_hba.conf</filename>
|
||||||
processing.
|
processing. Only directly connected standbys are listed; no information
|
||||||
|
about downstream standby servers is recorded.
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user