1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

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
This commit is contained in:
Amit Kapila
2022-01-11 12:01:48 +05:30
parent dbfa1022e4
commit 85c61ba892

View File

@@ -346,7 +346,9 @@
<para> <para>
A conflict will produce an error and will stop the replication; it must be 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 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>
<para> <para>