aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2011-07-19 09:07:42 +0100
committerSimon Riggs <simon@2ndQuadrant.com>2011-07-19 09:07:42 +0100
commit6ba77bce9378cb9c5fb89a4d30bf77c2a17b0d64 (patch)
tree238630124ab6d3c77b4b9d6d02fd0fb11716f973
parent4bd8ed31b76fde16ee00c123751e25019e4d9854 (diff)
downloadpostgresql-6ba77bce9378cb9c5fb89a4d30bf77c2a17b0d64.tar.gz
postgresql-6ba77bce9378cb9c5fb89a4d30bf77c2a17b0d64.zip
Minor doc additions for cascading replication.
-rw-r--r--doc/src/sgml/config.sgml2
-rw-r--r--doc/src/sgml/monitoring.sgml3
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 6091105a860..4fadca955c3 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -2095,7 +2095,7 @@ SET ENABLE_SEQSCAN TO OFF;
to send replication data to one or more standby servers.
Note that in addition to these parameters,
<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">).
The values of these parameters on standby servers are irrelevant,
although you may wish to set them there in preparation for the
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index 8da8f85e709..a19e3f06ccc 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -314,7 +314,8 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
The client's host name will be available only if
<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>
- processing.
+ processing. Only directly connected standbys are listed; no information
+ about downstream standby servers is recorded.
</entry>
</row>