Update docs of logical replication for commit 8d74fc96db.
authorAmit Kapila <akapila@postgresql.org>
Tue, 11 Jan 2022 06:31:48 +0000 (12:01 +0530)
committerAmit Kapila <akapila@postgresql.org>
Tue, 11 Jan 2022 06:31:48 +0000 (12:01 +0530)
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

doc/src/sgml/logical-replication.sgml

index fb4472356d5b329177d648383347075f9288c1d3..96b4886e08c7b9c10c0d0a31255a8aa318eca033 100644 (file)
   <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>