From 85c61ba8920ba73500e1518c63795982ee455d14 Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Tue, 11 Jan 2022 12:01:48 +0530 Subject: [PATCH] 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 --- doc/src/sgml/logical-replication.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@ 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. -- 2.39.5