Update docs of logical replication for commit 8d74fc96db.
authorAmit Kapila
Tue, 11 Jan 2022 06:31:48 +0000 (12:01 +0530)
committerAmit Kapila
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)
   
    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.
+   
+   pg_stat_subscription_workers and the
+   subscriber's server log.