From d4b7282365b7112953bcf3769f705bb4994ddd8d Mon Sep 17 00:00:00 2001 From: Hou Zhijie Date: Fri, 21 Mar 2025 14:27:23 +0800 Subject: [PATCH v2 3/3] add documents --- doc/src/sgml/logical-replication.sgml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 4637e898b9f..abade232473 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -1948,8 +1948,8 @@ DETAIL: detailed_explanation. The Key section includes the key values of the local tuple that violated a unique constraint for - insert_exists or update_exists - conflicts. + insert_exists, update_exists or + multiple_unique_conflicts conflicts. @@ -1958,8 +1958,8 @@ DETAIL: detailed_explanation. tuple if its origin differs from the remote tuple for update_origin_differs or delete_origin_differs conflicts, or if the key value conflicts with the remote tuple for - insert_exists or update_exists - conflicts. + insert_exists, update_exists or + multiple_unique_conflicts conflicts. @@ -1995,6 +1995,16 @@ DETAIL: detailed_explanation. The large column values are truncated to 64 bytes. + + + Note that in case of multiple_unique_conflicts conflict, + multiple detailed_explanation + and detail_values lines + will be generated, each detailing the conflict information associated + with distinct unique + constraints. + + -- 2.30.0.windows.2