From 9f09110ff17fbbfaa61a4fd211c36d8ec20c4bf4 Mon Sep 17 00:00:00 2001 From: Vignesh C Date: Mon, 18 May 2026 09:00:17 +0000 Subject: [PATCH v36 09/10] Review comment fixes for Documentation patch. Review comment fixes for Documentation patch. --- doc/src/sgml/logical-replication.sgml | 4 ++-- doc/src/sgml/ref/create_subscription.sgml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 572e0d45383..301c588f777 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -2138,8 +2138,8 @@ Included in publications: The conflict_log_destination parameter automatically creates a dedicated conflict log table. This table is created in the dedicated pg_conflict namespace. The name of the conflict log table - is pg_conflict_log_<subid>. The predefined schema of this table is - detailed in + is pg_conflict_log_for_subid_<subid>. The + predefined schema of this table is detailed in . diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml index 7fb11f31b21..bc9ca3a388a 100644 --- a/doc/src/sgml/ref/create_subscription.sgml +++ b/doc/src/sgml/ref/create_subscription.sgml @@ -279,9 +279,9 @@ CREATE SUBSCRIPTION subscription_name table: The system automatically creates a structured table - named pg_conflict_log_<subid> in the - pg_conflict schema. This allows for easy querying and - analysis of conflicts. + named pg_conflict_log_for_subid_<subid> + in the pg_conflict schema. This allows for easy + querying and analysis of conflicts. -- 2.53.0