summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kapila2022-01-11 06:31:48 +0000
committerAmit Kapila2022-01-11 06:31:48 +0000
commit85c61ba8920ba73500e1518c63795982ee455d14 (patch)
tree5cc21973824b9ac08ae15ae890d2e970fe430afc
parentdbfa1022e4b63e71c4313f4d61a20ff97f2fb134 (diff)
Update docs of logical replication for commit 8d74fc96db.
After commit 8d74fc96db, the details of logical replication conflicts can be found in pg_stat_subscription_workers view. Author: Masahiko Sawada Reviewed-by: Amit Kapila Discussion: https://postgr.es/m/CAD21AoC+zm5tGN8x88AJZYcX0g_eiEuu5XdrksNmSeR3Xzwjfg@mail.gmail.com
-rw-r--r--doc/src/sgml/logical-replication.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml
index fb4472356d5..96b4886e08c 100644
--- a/doc/src/sgml/logical-replication.sgml
+++ b/doc/src/sgml/logical-replication.sgml
@@ -346,7 +346,9 @@
<para>
A conflict will produce an error and will stop the replication; it must be
resolved manually by the user. Details about the conflict can be found in
- the subscriber's server log.
+ <link linkend="monitoring-pg-stat-subscription-workers">
+ <structname>pg_stat_subscription_workers</structname></link> and the
+ subscriber's server log.
</para>
<para>